mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
10 lines
147 B
Python
10 lines
147 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from searx.testing import SearxTestCase
|
|
|
|
|
|
# TODO
|
|
class SearchTestCase(SearxTestCase):
|
|
|
|
def test_(self):
|
|
pass
|