diff options
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)) |