-
Notifications
You must be signed in to change notification settings - Fork 3
[SC 7429] Add title as an optional parameter in the run_test #244
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
[SC 7429] Add title as an optional parameter in the run_test #244
Conversation
commit 5027f07 Merge: a711bf0 0efdb80 Author: Anil Sorathiya <anil@validmind.ai> Date: Fri Nov 29 16:11:49 2024 +0000 Merge branch 'main' into anilsorathiya/sc-7429/add-title-parameter-in-run-test-interface commit a711bf0 Merge: 220fcf4 6eb78fa Author: Anil Sorathiya <anil@validmind.ai> Date: Tue Nov 26 18:40:03 2024 +0000 Merge branch 'main' into anilsorathiya/sc-7429/add-title-parameter-in-run-test-interface commit 220fcf4 Author: Anil Sorathiya <anil@validmind.ai> Date: Tue Nov 26 18:11:55 2024 +0000 format the file commit f27bcd0 Author: Anil Sorathiya <anil@validmind.ai> Date: Tue Nov 26 18:11:12 2024 +0000 send title to backend commit 77766a9 Author: Anil Sorathiya <anil@validmind.ai> Date: Mon Nov 25 13:32:17 2024 +0000 add title as an optional parameter in the run_test
5027f07
to
c8897e5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👌. I left a change suggestion to make use of the new property that was added.
Co-authored-by: Andres Rodriguez <andres@validmind.ai>
Co-authored-by: Andres Rodriguez <andres@validmind.ai>
PR SummaryThis pull request introduces enhancements to the ValidMind library by adding support for optional titles in test result descriptions. The changes allow users to specify a custom title for test results, which can be used in place of the default test ID-derived name. This enhancement is reflected across various functions and classes responsible for generating and handling test results, including Key changes include:
Additionally, the PR includes a new code example in a Jupyter notebook demonstrating how to log an image as a test result, and updates the Python version in the notebook metadata. Test Suggestions
|
Internal Notes for Reviewers
External Release Notes