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