You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automated tests do not sufficiently cover the core business logic of 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). So the following should be better covered:
Keyword creation
Keyword scraping
Keyword listing
Note
Writing tests for a class that makes a network request is challenging, that is why it an expectation from our side to assess how you approach such a technical challenge.
The text was updated successfully, but these errors were encountered:
Issue
Automated tests do not sufficiently cover the core business logic of 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). So the following should be better covered:
Note
Writing tests for a class that makes a network request is challenging, that is why it an expectation from our side to assess how you approach such a technical challenge.
The text was updated successfully, but these errors were encountered: