diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-06-09 16:11:06 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-06-09 16:11:06 -0400 |
commit | 34b487cf3596fdec414bd151277717ab8586adde (patch) | |
tree | 3d1de8506ae99fe1be07b8baa735305d5f6e908c /tests/test_bashcompletion.py | |
parent | e570d5cad9e4a08588657673d60139375051377d (diff) | |
download | cmd2-git-34b487cf3596fdec414bd151277717ab8586adde.tar.gz |
Try adding another test
Diffstat (limited to 'tests/test_bashcompletion.py')
-rw-r--r-- | tests/test_bashcompletion.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_bashcompletion.py b/tests/test_bashcompletion.py index 251732c9..47fcdb34 100644 --- a/tests/test_bashcompletion.py +++ b/tests/test_bashcompletion.py @@ -176,7 +176,7 @@ def fdopen_fail_8(fd, mode, *args): # noinspection PyShadowingNames -@pytest.mark.skipif(skip, reason=skip_reason) +@pytest.mark.skipif(skip_no_argcomplete or skip_windows, reason=skip_reason) def test_fail_alt_stdout(parser1, mock): completer = CompletionFinder() |