Open olivierobert opened 1 year ago
The core business logic (CSV upload, scraping) is not unit tested.
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.
Resolved in 9c36d65
I have added comments on #15
resolved in https://github.com/owaisrazaeng1/nimble-test/commit/7aa833bd51593f376ce1c36a37c31e7b314e627f
Issue
The core business logic (CSV upload, scraping) is not unit tested.
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.