diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-02-21 01:35:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-21 01:35:06 -0500 |
commit | 656a7742f0f15bf64f259e4f32b1d0a082fcfc83 (patch) | |
tree | 211b7d606a2f6c55c61e144960c09a2e3f253d7f /tests/test_completion.py | |
parent | 97b9912e5f2ed7b635e6433ed38fd7e4dc35fb52 (diff) | |
parent | efb8b5f093de674098cee73aaaaf61ca5dc9f649 (diff) | |
download | cmd2-git-656a7742f0f15bf64f259e4f32b1d0a082fcfc83.tar.gz |
Merge pull request #281 from python-cmd2/packaging_fix
Packaging fix
Diffstat (limited to 'tests/test_completion.py')
-rw-r--r-- | tests/test_completion.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/test_completion.py b/tests/test_completion.py index 70f77d0a..0ae4215f 100644 --- a/tests/test_completion.py +++ b/tests/test_completion.py @@ -375,11 +375,6 @@ def test_path_completion_user_expansion(cmd2_app): # Verify that the results are the same in both cases assert completions_tilde == completions_home - # This next assert fails on AppVeyor Windows containers, but works fine on my Windows 10 VM - if not sys.platform.startswith('win'): - # Verify that there is something there - assert completions_tilde - def test_path_completion_directories_only(cmd2_app, request): test_dir = os.path.dirname(request.module.__file__) |