Open olivierobert opened 1 year ago
Automated tests do not cover the core business logic (CSV upload, scraping).
While 100% test coverage is not required for this code challenge, all critical paths of the application should be unit-tested and, ideally, UI-tested.
Note The main challenge is to test the scraper reliably, i.e., it should not make network requests.
Issue
Automated tests do not cover the core business logic (CSV upload, scraping).
Expected
While 100% test coverage is not required for this code challenge, all critical paths of the application should be unit-tested and, ideally, UI-tested.