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
Current tests are lacking. There are two existing tests that make calls to the service with minimal checks.
Establish a vertical slice of tests that provides full test coverage of one service.
Acceptance Criteria:
Mocking framework is setup and used
Code coverage tool is setup and used
Testing should be around our code, which is 90% input parsing and validation (don't test the dataframe itself unless we do custom work on building it. This currently is only true for timeseries.)
The text was updated successfully, but these errors were encountered:
Current tests are lacking. There are two existing tests that make calls to the service with minimal checks.
Establish a vertical slice of tests that provides full test coverage of one service.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: