Add tests for searx.engines.(dummy|github)

This commit is contained in:
Gabor Nagy 2014-07-14 15:33:56 +02:00
parent 233599ae5a
commit f705800612
4 changed files with 89 additions and 0 deletions

View file

@ -0,0 +1,2 @@
from searx.tests.engines.test_dummy import * # noqa
from searx.tests.engines.test_github import * # noqa