mirror of
https://github.com/searxng/searxng.git
synced 2024-11-05 12:50:11 +01:00
b6c3cb0bdd
Several changes has been made: - Parallel result merge - Scoring algorithm slightly changed (see result_score()) - Proper Thread locking on global data manipulation
11 lines
147 B
Python
11 lines
147 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from searx.testing import SearxTestCase
|
|
|
|
|
|
# TODO
|
|
class SearchTestCase(SearxTestCase):
|
|
|
|
def test_(self):
|
|
pass
|