Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Establish testing framework and patterns #3

Open
sblack-usu opened this issue Feb 7, 2020 · 0 comments
Open

Establish testing framework and patterns #3

sblack-usu opened this issue Feb 7, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@sblack-usu
Copy link
Collaborator

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.)
@sblack-usu sblack-usu added the enhancement New feature or request label Feb 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant