summaryrefslogtreecommitdiff
path: root/tests/unit/test_search.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/test_search.py')
-rw-r--r--tests/unit/test_search.py10
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 0000000..af5fffd
--- /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