hhursev / recipe-scrapers

Python package for scraping recipes data
MIT License
1.6k stars 505 forks source link

Tests: remove assumption that the unit tests are run from the project base dir. #1161

Closed jayaddison closed 3 days ago

jayaddison commented 3 days ago

Resolves #1160.

jayaddison commented 3 days ago

On second thought: I'm not certain that this is the correct fix. Loading of testjson files would also be affected by incorrect assumptions about relative directory paths.