blob: 0b65519a98ee2fdfb74912810b4557dd50da2361 (
plain)
1
2
3
4
5
6
7
8
|
import pytest
@pytest.mark.bashcomp(cmd="btdownloadcurses.py")
class TestBtdownloadcursesPy:
@pytest.mark.complete("btdownloadcurses.py ")
def test_1(self, completion):
assert completion
|