-
Notifications
You must be signed in to change notification settings - Fork 2
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
Improve code coverage #23
Comments
In GitLab by @skolen on Sep 12, 2019, 10:28 marked the checklist item database as completed |
In GitLab by @skolen on Sep 12, 2019, 10:28 marked the checklist item routes/dashboard as completed |
In GitLab by @skolen on Sep 12, 2019, 10:28 marked the checklist item routes/file as completed |
In GitLab by @skolen on Sep 12, 2019, 10:28 marked the checklist item routes/scenario as completed |
In GitLab by @skolen on Sep 12, 2019, 10:28 marked the checklist item routes/signal as completed |
In GitLab by @skolen on Sep 12, 2019, 10:28 marked the checklist item routes/simulationmodel as completed |
In GitLab by @skolen on Sep 12, 2019, 10:28 marked the checklist item routes/simulator as completed |
In GitLab by @skolen on Sep 12, 2019, 10:28 marked the checklist item routes/widget as completed |
In GitLab by @skolen on Oct 7, 2019, 13:33 marked the checklist item routes/user as completed |
In GitLab by @skolen on Nov 5, 2019, 12:09 Done. |
In GitLab by @skolen on Nov 5, 2019, 12:09 closed |
In GitLab by @skolen on Oct 26, 2021, 11:01 We should look at the code coverage of our go-test again. There is plenty of new code, threads and config options to be tested. |
In GitLab by @skolen on Nov 3, 2021, 15:28 Here is a summary of the packages and methods for which code coverage in our go tests should be improved. Improvements mostly relate to testing the error cases for the expected response. In some cases, new or revised tests are required because we have added new functionality or moved functionality between packages. database
component-configuration
dashboard
file
infrastructure-component
result
scenario
signal
user
widget
|
In GitLab by @skolen on Sep 10, 2019, 16:49
The code coverage of tests should be improved as much as reasonable for the following packages
Especially the testing of error return codes has to be improved. However, testing for a 500 (internal server error) return code due to a database failure will be difficult.
The text was updated successfully, but these errors were encountered: