-
Notifications
You must be signed in to change notification settings - Fork 456
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
Add unit tests to the Katib SDK #2184
Comments
That would be awesome if you could help us with the SDK unit tests @droctothorpe! Do you want to add unit test for |
We'd probably start with the various |
Sure, thanks @droctothorpe! |
FWIW, I prefer storing unit test files alongside the modules they're testing because it makes iterating on them easier since they're side by side, but I've seen it both ways and am not strongly opinionated one way or the other. Do ya'll have a preference between |
I don't have a strong opinion. However, we should select either way, not adopt both ways. |
It's a good point. Currently, although the katib uses both libs (pytest and unittest), we should select either way. |
Yes, we should use
I am also ok with storing test files alongside the actual files, similar to KFP. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
/lifecycle frozen |
Hey, IMO, it would be great to store test files alongside the actual files and standardize testing across all Kubeflow SDKs. I would like to work on this issue. Please assign @andreyvelich . |
That would be great, thank you @shashank-iitbhu! I will assign this issue to you. Feel free to ask me any questions. |
Hi @shashank-iitbhu, did you have time to work on that issue ? |
Hey @andreyvelich, I've opened a pull request #2305 for the unit tests. I aim to complete this by the weekend, before the feature freeze date. My apologies for the delayed response, I got caught up with other commitments. Additionally, navigating a new project is a bit overwhelming for me. |
/kind feature
Describe the solution you'd like
The Katib SDK should have unit tests.
Anything else you would like to add:
We'd be happy to contribute them.
Love this feature? Give it a 👍 We prioritize the features with the most 👍
The text was updated successfully, but these errors were encountered: