mirror of
https://github.com/searxng/searxng.git
synced 2025-12-26 21:50:02 +00:00
tests and robot tests framework, build overhaul
This commit is contained in:
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))
|
||||
Reference in New Issue
Block a user