summaryrefslogtreecommitdiffstats
path: root/test/t/test_ip.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/t/test_ip.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/t/test_ip.py b/test/t/test_ip.py
new file mode 100644
index 0000000..320647f
--- /dev/null
+++ b/test/t/test_ip.py
@@ -0,0 +1,15 @@
+import pytest
+
+
+class TestIp:
+ @pytest.mark.complete("ip ")
+ def test_1(self, completion):
+ assert completion
+
+ @pytest.mark.complete("ip a ")
+ def test_2(self, completion):
+ assert completion
+
+ @pytest.mark.complete("ip route replace ")
+ def test_r_r(self, completion):
+ assert completion