Deprecate Searcher creation.

As the `Searcher` is now deprecated, we also remove the unit tests on it.
`Searcher` is now untested, and so it reduces the code coverage.
This commit is contained in:
Matthieu Gautier
2022-01-12 18:13:51 +01:00
parent fb7d9f02c8
commit 3d64a9d9a9
3 changed files with 4 additions and 82 deletions

View File

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