1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-28 23:52:00 +02:00
searxng/searx/tests/test_unit.py

11 lines
193 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-
from searx.testing import SearxTestCase
class UnitTestCase(SearxTestCase):
def test_flask(self):
import flask
self.assertIn('Flask', dir(flask))