summaryrefslogtreecommitdiffstats
path: root/test/t/test_pkgadd.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_pkgadd.py')
-rw-r--r--test/t/test_pkgadd.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/t/test_pkgadd.py b/test/t/test_pkgadd.py
new file mode 100644
index 0000000..69d08dc
--- /dev/null
+++ b/test/t/test_pkgadd.py
@@ -0,0 +1,8 @@
+import pytest
+
+
+class TestPkgadd:
+ # require_cmd is not strictly true here, but...
+ @pytest.mark.complete("pkgadd ", require_cmd=True)
+ def test_1(self, completion):
+ assert completion