summaryrefslogtreecommitdiff
path: root/tests/unit/test_search.py
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2016-01-02 11:14:49 +0100
committerAdam Tauber <asciimoo@gmail.com>2016-01-10 19:23:10 +0100
commit53979a7bf7669c803c2a493fbf136519f6a293e6 (patch)
tree3b79da9408699108ba89b22cedf73cfff1fe59b7 /tests/unit/test_search.py
parentf9186344b3642fb3d55d2dc46c96c6b25b8ccf41 (diff)
downloadsearxng-53979a7bf7669c803c2a493fbf136519f6a293e6.tar.gz
searxng-53979a7bf7669c803c2a493fbf136519f6a293e6.zip
[mod] remove buildout/makefile infrastructure
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 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