forked from Icycoide/searxng
tests and robot tests framework, build overhaul
This commit is contained in:
parent
348187cff9
commit
e740c8a8ea
17 changed files with 732 additions and 5 deletions
10
searx/tests/test_unit.py
Normal file
10
searx/tests/test_unit.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
from searx.testing import SearxTestCase
|
||||
|
||||
|
||||
class UnitTestCase(SearxTestCase):
|
||||
|
||||
def test_flask(self):
|
||||
import flask
|
||||
self.assertIn('Flask', dir(flask))
|
Loading…
Add table
Add a link
Reference in a new issue