Diaoul / subliminal

Subtitles, faster than your thoughts
http://subliminal.readthedocs.org
MIT License
2.42k stars 312 forks source link

Improve coverage - 1 #1174

Closed getzze closed 1 month ago

getzze commented 2 months ago

[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

I need to add news also.