Deprecate Reader creation.

As we `Reader` is now deprecated, we also remove the unit tests on it.
`Reader` is now untested, and so it reduces the code coverage.
This commit is contained in:
Matthieu Gautier
2022-01-12 18:12:59 +01:00
parent 96e0d15ab4
commit fb7d9f02c8
5 changed files with 9 additions and 70 deletions

View File

@ -10,7 +10,6 @@ tests = [
'manager',
'name_mapper',
'opds_catalog',
'reader',
'searcher'
]