Add unit tests for Searcher and Reader

Even though we will be removing the wrappers soon, the test coverage
should be complete and we could simply remove these files later.
This commit is contained in:
Maneesh P M
2021-06-25 15:04:49 +05:30
parent a94a03cd22
commit 6f639144ab
3 changed files with 89 additions and 0 deletions

View File

@ -9,6 +9,8 @@ tests = [
'book',
'manager',
'opds_catalog',
'reader',
'searcher'
]
if build_machine.system() != 'windows'