summaryrefslogtreecommitdiff
path: root/test/t/test_pyflakes.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_pyflakes.py')
-rw-r--r--test/t/test_pyflakes.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/t/test_pyflakes.py b/test/t/test_pyflakes.py
index ae3853a7..96703217 100644
--- a/test/t/test_pyflakes.py
+++ b/test/t/test_pyflakes.py
@@ -5,3 +5,7 @@ class TestPyflakes:
@pytest.mark.complete("pyflakes ")
def test_1(self, completion):
assert completion
+
+ @pytest.mark.complete("pyflakes -", require_cmd=True)
+ def test_2(self, completion):
+ assert completion