blob: 9e2f1486736b617639e04219c9fa9930374a4489 (
plain)
1
2
3
4
5
6
7
8
|
import pytest
@pytest.mark.bashcomp(ignore_env=r"^-declare -f _vncviewer_bootstrap$")
class TestVncviewer:
@pytest.mark.complete("vncviewer ")
def test_1(self, completion):
assert completion
|