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