summaryrefslogtreecommitdiffstats
path: root/test/t/test_op.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/t/test_op.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/t/test_op.py b/test/t/test_op.py
deleted file mode 100644
index 662cde5..0000000
--- a/test/t/test_op.py
+++ /dev/null
@@ -1,11 +0,0 @@
-import pytest
-
-
-class TestOp:
- @pytest.mark.complete("op ", require_cmd=True)
- def test_1(self, completion):
- assert completion
-
- @pytest.mark.complete("op --", require_cmd=True)
- def test_2(self, completion):
- assert completion