-
Notifications
You must be signed in to change notification settings - Fork 89
NO-JIRA: docs(tests/): add interactive PyTest tutorial #894
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
Conversation
Thank you for this, Jiri. But I'm wondering - do we really want this as part of this repository? 🤔 Wouldn't some links to an existing tutorial be enough? 🤔 From the current content, it looks like you plan to extend this. How big do you want this to be? |
I originally wanted to do this already in https://github.com/skodjob/odh-e2e. I was learning how to do things with the fabric8 client and this is imo a good way to keep notes,
The advantage of doing it this way is that whoever reads it can immediately run the sample tests and modify the code. It can be useful when writing a new test and wanting to use some sample code to start from.
Pytest basics (essentially what's there already), and kubernetes-py basics, and ocp_resources basics. |
e38dda2
to
c98d1a8
Compare
Co-authored-by: Jan Stourac <[email protected]>
c98d1a8
to
985ae3d
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Here's what I intend as continuation of this. It should be a convenient place from which to
|
This thing has little carrying cost if we just have it around. And it's kind of useful for quick trying out things. |
Co-authored-by: Jan Stourac <[email protected]>
Description
How Has This Been Tested?
Merge criteria: