[EDIT] This PR moves the provider specific tests from test_core.py to providers/test_providers.py
It also adds a pytest mark named "core", to run only the core test (provider agnostic).
The only possibly breaking change is removing the matches method from Movie and Episode. It was only used in the omdb refiner, all the matching code is actually in matches.py. I left the method
[EDIT] This PR moves the provider specific tests from
test_core.py
toproviders/test_providers.py
It also adds apytest
mark named "core", to run only the core test (provider agnostic).The only possibly breaking change is removing theI left the methodmatches
method fromMovie
andEpisode
. It was only used in theomdb
refiner, all the matching code is actually inmatches.py
.I need to add news also.