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
We want some coverage on the config parsing code. Currently the apitests define the config as structs, which is post validation in the code. We could either
Unit test the file/config.go code
Define the config as json in the apitest, which means apitests tests cover config parsing and validation
My preference is for 2 but I am open to suggestions.
The text was updated successfully, but these errors were encountered:
steinfletcher
changed the title
No coverage of the code that parses and validates the config
Add test coverage for the code that parses and validates the config
Nov 7, 2019
We want some coverage on the config parsing code. Currently the apitests define the config as structs, which is post validation in the code. We could either
My preference is for 2 but I am open to suggestions.
The text was updated successfully, but these errors were encountered: