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 recently joined Canonical. One part of my on-boarding is to improve the test-coverage of a charm project and I'd be interested in adding the missing tests here.
Looking at the code it seems like that currently the katib-ui charm is missing unit- and integration tests.
Is it fine for you if I take this over? If so, are there any specifics/conventions for this repo or charmed kubeflow in general that I should keep in mind when implementing the tests?
bschimke95
added a commit
to bschimke95/katib-operators
that referenced
this issue
Sep 18, 2023
Unit tests cover basic pebble and leader implementation.
Integration test checks if charm builds and deploys and that the
katib-ui server is coming up.
Relates to canonical#5
Unit tests cover basic pebble and leader implementation.
Integration test checks if charm builds and deploys and that the
katib-ui server is coming up.
Relates to #5
All katib charms are missing "charm level" unit tests and "bundle level" integration tests.
The text was updated successfully, but these errors were encountered: