forked from Ponysearch/Ponysearch
b6c3cb0bdd
Several changes has been made: - Parallel result merge - Scoring algorithm slightly changed (see result_score()) - Proper Thread locking on global data manipulation
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
|