File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11include LICENSE
22include README.md
33include CHANGELOG.md
4+ include CODEOWNERS
5+ include CONTRIBUTING.md
6+ include tox.ini
7+ recursive-include docs *
8+ recursive-include examples *
9+ recursive-include tests *
Original file line number Diff line number Diff line change @@ -375,11 +375,6 @@ def test_path_completion_user_expansion(cmd2_app):
375375 # Verify that the results are the same in both cases
376376 assert completions_tilde == completions_home
377377
378- # This next assert fails on AppVeyor Windows containers, but works fine on my Windows 10 VM
379- if not sys .platform .startswith ('win' ):
380- # Verify that there is something there
381- assert completions_tilde
382-
383378def test_path_completion_directories_only (cmd2_app , request ):
384379 test_dir = os .path .dirname (request .module .__file__ )
385380
You can’t perform that action at this time.
0 commit comments