1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searx_ynh.git synced 2024-09-03 20:16:30 +02:00
searx_ynh/sources/tests/unit/test_search.py

10 lines
147 B
Python

# -*- coding: utf-8 -*-
from searx.testing import SearxTestCase
# TODO
class SearchTestCase(SearxTestCase):
def test_(self):
pass