summaryrefslogtreecommitdiffstats
path: root/test/t/test_md5sum.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/t/test_md5sum.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/t/test_md5sum.py b/test/t/test_md5sum.py
new file mode 100644
index 0000000..0a3286a
--- /dev/null
+++ b/test/t/test_md5sum.py
@@ -0,0 +1,11 @@
+import pytest
+
+
+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