We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd6911 commit e4bac86Copy full SHA for e4bac86
test/t/test_lvremove.py
@@ -7,3 +7,7 @@ class TestLvremove:
7
)
8
def test_1(self, completion):
9
assert completion
10
+
11
+ @pytest.mark.complete("lvremove /dev/map")
12
+ def test_2(self, completion):
13
+ assert completion == "per/"
0 commit comments