xbmc / metadata.themoviedb.org.python

Other
46 stars 41 forks source link

Add addon check #105

Closed razzeee closed 2 years ago

razzeee commented 3 years ago

This does the check we do in the repo-scrapers in this repo too, so you can catch problems earlier

razzeee commented 3 years ago

I'm getting the same test error when running python -m unittest discover -v locally

rmrector commented 3 years ago

Yes, unfortunately the advised-against "everything must be in-house" refactor added a bad dependency that broke the tests.

Fixing the code to not depend on xbmc is ideal - there is no good reason for fetching an IMDB page to require xbmc.