diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-06-09 15:59:51 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-06-09 15:59:51 -0400 |
commit | b37b938bc4b7add3f3ef7ff86147b1d224592b86 (patch) | |
tree | d183c6cc2f9541014916542a779def105275dd6f /tests/test_bashcompletion.py | |
parent | 231a8e97641ab4576403fc3ba3432814f28a37ae (diff) | |
download | cmd2-git-b37b938bc4b7add3f3ef7ff86147b1d224592b86.tar.gz |
Enable 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 04a564f4..373f3fe7 100644 --- a/tests/test_bashcompletion.py +++ b/tests/test_bashcompletion.py @@ -122,7 +122,7 @@ def my_fdopen(fd, mode, *args): # noinspection PyShadowingNames -@pytest.mark.skipif(skip, reason=skip_reason) +@pytest.mark.skipif(skip_reason1 or skip_reason3, reason=skip_reason) def test_invalid_ifs(parser1, mock): completer = CompletionFinder() |