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
I would like to start a discussion on how we can add more tests to jeeves. There are already some simple tests implemented in tests folder, however they don't cover much of the code base. Tests can be helpful both for developer and reviewer. (for an example as a reviewer I would like to see the resulting report page in the CI and check how it differ versus before change).
My first idea is to look how tests are implemented in python-jenkins: https://opendev.org/jjb/python-jenkins/src/branch/master/tests and re-use some of them and add more jeeves specific tests. Any idea is more than welcome.
The text was updated successfully, but these errors were encountered:
I would like to start a discussion on how we can add more tests to jeeves. There are already some simple tests implemented in
tests
folder, however they don't cover much of the code base. Tests can be helpful both for developer and reviewer. (for an example as a reviewer I would like to see the resulting report page in the CI and check how it differ versus before change).My first idea is to look how tests are implemented in python-jenkins: https://opendev.org/jjb/python-jenkins/src/branch/master/tests and re-use some of them and add more jeeves specific tests. Any idea is more than welcome.
The text was updated successfully, but these errors were encountered: