diff options
| author | Matej Cotman <cotman.matej@gmail.com> | 2014-01-31 07:08:24 +0100 |
|---|---|---|
| committer | Matej Cotman <cotman.matej@gmail.com> | 2014-01-31 07:36:58 +0100 |
| commit | 2bcc949abe592f195000f43368c3798f4bce2dbb (patch) | |
| tree | 41a91f532c4fa0abf0d3cdc66aa6332232767256 /searx/tests/test_unit.py | |
| parent | 3a2b9a86829e1a7f9bae1d3f3f69fc3bbb38cd93 (diff) | |
add view tests
Diffstat (limited to 'searx/tests/test_unit.py')
| -rw-r--r-- | searx/tests/test_unit.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/searx/tests/test_unit.py b/searx/tests/test_unit.py deleted file mode 100644 index 8d57d0a46..000000000 --- a/searx/tests/test_unit.py +++ /dev/null @@ -1,10 +0,0 @@ -# -*- coding: utf-8 -*- - -from searx.testing import SearxTestCase - - -class UnitTestCase(SearxTestCase): - - def test_flask(self): - import flask - self.assertIn('Flask', dir(flask)) |