-
Notifications
You must be signed in to change notification settings - Fork 93
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
Closes #2504 - Adds New Testing Architecture #2511
Closes #2504 - Adds New Testing Architecture #2511
Conversation
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
Adding a note the PR #2447 adds new tests to the |
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 to me!
Closes #2504
Adds new testing architecture for updates to the testing framework.
PROTO_tests
directory andpytest_PROTO.ini
contain the components required for the new framework. As configured, there will be no interference with running the existing testing in CI. The new framework allows for more customization at runtime of the testing to ensure that we have more coverage. Once the tests are updated, the updated benchmarks that were previously created will be integrated so that we will only need to maintain a single set of configuration files. This format will also support output of JSON logs for testing with the pytest-json-report plugin. This dependency has been added to thearkouda-env-dev.yml
file.numeric_tests.py
has been updated to work with the new framework as an example for updating the other test files.