diff options
Diffstat (limited to 'tests/unit/test_search.py')
-rw-r--r-- | tests/unit/test_search.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/unit/test_search.py b/tests/unit/test_search.py new file mode 100644 index 000000000..af5fffd8b --- /dev/null +++ b/tests/unit/test_search.py @@ -0,0 +1,10 @@ +# -*- coding: utf-8 -*- + +from searx.testing import SearxTestCase + + +# TODO +class SearchTestCase(SearxTestCase): + + def test_(self): + pass |