diff options
Diffstat (limited to 'test/t/test_btdownloadcurses_py.py')
-rw-r--r-- | test/t/test_btdownloadcurses_py.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/t/test_btdownloadcurses_py.py b/test/t/test_btdownloadcurses_py.py new file mode 100644 index 0000000..0b65519 --- /dev/null +++ b/test/t/test_btdownloadcurses_py.py @@ -0,0 +1,8 @@ +import pytest + + +@pytest.mark.bashcomp(cmd="btdownloadcurses.py") +class TestBtdownloadcursesPy: + @pytest.mark.complete("btdownloadcurses.py ") + def test_1(self, completion): + assert completion |