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