summaryrefslogtreecommitdiff
path: root/test/t/test_df.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_df.py')
-rw-r--r--test/t/test_df.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/t/test_df.py b/test/t/test_df.py
index 247311cc..be28e6cb 100644
--- a/test/t/test_df.py
+++ b/test/t/test_df.py
@@ -5,3 +5,7 @@ class TestDf:
@pytest.mark.complete("df ")
def test_1(self, completion):
assert completion
+
+ @pytest.mark.complete("df -", require_longopt=True)
+ def test_options(self, completion):
+ assert completion