Files
searxng/tests/unit/test_search.py
T

11 lines
147 B
Python
Raw Normal View History

2015-06-16 19:56:16 +02:00
# -*- coding: utf-8 -*-
from searx.testing import SearxTestCase
2015-10-03 17:26:07 +02:00
# TODO
class SearchTestCase(SearxTestCase):
2015-06-16 19:56:16 +02:00
2015-10-03 17:26:07 +02:00
def test_(self):
pass