blob: 95b268e2f2e7db6333424c54789d1d4fb6bb8285 (
plain)
1
2
3
4
5
6
7
8
|
import pytest
@pytest.mark.bashcomp(pre_cmds=("PATH=/usr/lib/mailman/bin:$PATH",))
class TestCleanarch:
@pytest.mark.complete("cleanarch -")
def test_1(self, completion):
assert completion
|