summaryrefslogtreecommitdiff
path: root/tests/test_completion.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2021-01-31 16:47:58 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2021-01-31 16:47:58 -0500
commit22aa56ba3c2e670d707bb4f96c90340c1b55964e (patch)
tree4e4808d3c10afa841f36a573b56d9a64ed9e55d4 /tests/test_completion.py
parent434a01f44e7d2302b4deef8f2e8069cbc26df560 (diff)
parent918200c02d392c17862fff81bbf58820ed15c725 (diff)
downloadcmd2-git-22aa56ba3c2e670d707bb4f96c90340c1b55964e.tar.gz
Merge branch 'master' into 2.0
# Conflicts: # CHANGELOG.md
Diffstat (limited to 'tests/test_completion.py')
-rwxr-xr-xtests/test_completion.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_completion.py b/tests/test_completion.py
index 3eab8572..22535173 100755
--- a/tests/test_completion.py
+++ b/tests/test_completion.py
@@ -491,8 +491,6 @@ def test_path_completion_doesnt_match_wildcards(cmd2_app, request):
# Currently path completion doesn't accept wildcards, so will always return empty results
assert cmd2_app.path_complete(text, line, begidx, endidx) == []
-@pytest.mark.skipif(sys.platform == 'win32', reason="getpass.getuser() does not work on Windows in AppVeyor because "
- "no user name environment variables are set")
def test_path_completion_complete_user(cmd2_app):
import getpass
user = getpass.getuser()