diff options
Diffstat (limited to 'test/t/test_wtf.py')
-rw-r--r-- | test/t/test_wtf.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/t/test_wtf.py b/test/t/test_wtf.py new file mode 100644 index 0000000..45dfcfd --- /dev/null +++ b/test/t/test_wtf.py @@ -0,0 +1,8 @@ +import pytest + + +class TestWtf: + # TODO: actually requires an acronym db, not the cmd + @pytest.mark.complete("wtf A", require_cmd=True) + def test_1(self, completion): + assert completion |