Skip to content
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

Provide TestClient.load_job() #216

Open
guhcampos opened this issue May 14, 2021 · 0 comments
Open

Provide TestClient.load_job() #216

guhcampos opened this issue May 14, 2021 · 0 comments

Comments

@guhcampos
Copy link

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:

  1. load several jobs into the cluster: a failed, a succeeded and a currently running (sleeps for a long time) jobs from a pytest fixture
  2. yield
  3. run tests which are supposed to react to different job states
  4. delete the loaded jobs from the cluster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant