mirror of
https://github.com/searxng/searxng.git
synced 2026-01-02 00:50:01 +00:00
[mod] remove buildout/makefile infrastructure
This commit is contained in:
10
tests/unit/test_search.py
Normal file
10
tests/unit/test_search.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from searx.testing import SearxTestCase
|
||||
|
||||
|
||||
# TODO
|
||||
class SearchTestCase(SearxTestCase):
|
||||
|
||||
def test_(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user