summaryrefslogtreecommitdiff
path: root/test/t/test_koji.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_koji.py')
-rw-r--r--test/t/test_koji.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/t/test_koji.py b/test/t/test_koji.py
new file mode 100644
index 00000000..68a8477b
--- /dev/null
+++ b/test/t/test_koji.py
@@ -0,0 +1,11 @@
+import pytest
+
+
+class TestKoji:
+ @pytest.mark.complete("koji ")
+ def test_1(self, completion):
+ assert completion
+
+ @pytest.mark.complete("koji -")
+ def test_2(self, completion):
+ assert completion