summaryrefslogtreecommitdiff
path: root/test/t/test_pkg_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_pkg_config.py')
-rw-r--r--test/t/test_pkg_config.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/t/test_pkg_config.py b/test/t/test_pkg_config.py
new file mode 100644
index 00000000..a0703e09
--- /dev/null
+++ b/test/t/test_pkg_config.py
@@ -0,0 +1,12 @@
+import pytest
+
+
+@pytest.mark.bashcomp(cmd="pkg-config")
+class TestPkgConfig:
+ @pytest.mark.complete("pkg-config ")
+ def test_1(self, completion):
+ assert completion
+
+ @pytest.mark.complete("pkg-config -")
+ def test_2(self, completion):
+ assert completion