summaryrefslogtreecommitdiff
path: root/tests/unit/test_search.py
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2016-01-10 19:49:37 +0100
committerAdam Tauber <asciimoo@gmail.com>2016-01-10 19:49:37 +0100
commitdb615aa1a36cb5e136f6c264295a6e59f7466a9d (patch)
treed2b914aba39f9a095dcd0e7bc305c848605d18fb /tests/unit/test_search.py
parent66f48c2bf5b84f6f7b52b1ba7217a1aadf5717b7 (diff)
parentc873ddd7fbbc6275d6f4eb5ff873768bf9c8a48c (diff)
Merge remote-tracking branch 'origin/install-refactor'
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