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 stumbled into the project and evaluated it for the testing needs of a kubernetes operator I'm working on, but noticed the absence of a TestClient.load_job() feature which I believe makes sense as part of the plugin.
My particular use case, for context, is:
load several jobs into the cluster: a failed, a succeeded and a currently running (sleeps for a long time) jobs from a pytest fixture
yield
run tests which are supposed to react to different job states
delete the loaded jobs from the cluster
The text was updated successfully, but these errors were encountered:
I recently stumbled into the project and evaluated it for the testing needs of a kubernetes operator I'm working on, but noticed the absence of a
TestClient.load_job()
feature which I believe makes sense as part of the plugin.My particular use case, for context, is:
pytest
fixtureThe text was updated successfully, but these errors were encountered: