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