Skip to content

Commit e4bac86

Browse files
committed
test(lvremove): test generation of "/dev/mapper/"
1 parent 2cd6911 commit e4bac86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/t/test_lvremove.py

+4
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ class TestLvremove:
77
)
88
def test_1(self, completion):
99
assert completion
10+
11+
@pytest.mark.complete("lvremove /dev/map")
12+
def test_2(self, completion):
13+
assert completion == "per/"

0 commit comments

Comments
 (0)