mirror of
https://github.com/searxng/searxng.git
synced 2026-05-12 05:55:46 +02:00
tests and robot tests framework, build overhaul
This commit is contained in:
@@ -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