-
Notifications
You must be signed in to change notification settings - Fork 3
John6797/sc 7792/add raw data to validmind library tests #285
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
John6797/sc 7792/add raw data to validmind library tests #285
Conversation
2ba31ac to
9d72f56
Compare
juanmleng
left a comment
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.
Really cool and extremely useful job @johnwalz97! Just left a minor comment. Otherwise looks good to go from my side.
AnilSorathiya
left a comment
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.
Thanks John. LGTM!
PR SummaryThis pull request introduces significant changes to the AI test scripts and unit tests within the project. The primary focus of these changes is the integration of a new Key Changes:
Test Suggestions
|
Internal Notes for Reviewers
Adds raw data to all tests. Also updates test unit tests to expect the new raw data in the tuple returned by the test.
External Release Notes
Adding raw data storage across all of our test library. Every ValidMind test now returns a RawData object which can be used in post-processing functions to recreate any test output. This feature continues the trend towards more flexibility and customizability.