mirror of
https://github.com/parchlinuxB/Gitee.git
synced 2025-02-24 10:55:45 -05: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
|