diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2016-01-02 11:14:49 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2016-01-10 19:23:10 +0100 |
| commit | 53979a7bf7669c803c2a493fbf136519f6a293e6 (patch) | |
| tree | 3b79da9408699108ba89b22cedf73cfff1fe59b7 /searx/tests/test_search.py | |
| parent | f9186344b3642fb3d55d2dc46c96c6b25b8ccf41 (diff) | |
[mod] remove buildout/makefile infrastructure
Diffstat (limited to 'searx/tests/test_search.py')
| -rw-r--r-- | searx/tests/test_search.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/searx/tests/test_search.py b/searx/tests/test_search.py deleted file mode 100644 index af5fffd8b..000000000 --- a/searx/tests/test_search.py +++ /dev/null @@ -1,10 +0,0 @@ -# -*- coding: utf-8 -*- - -from searx.testing import SearxTestCase - - -# TODO -class SearchTestCase(SearxTestCase): - - def test_(self): - pass |