-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
Refactor tests into scripts #832
base: main
Are you sure you want to change the base?
Conversation
d7d1a34
to
9a82cb2
Compare
9a82cb2
to
bb8b571
Compare
@willow-ahrens Instead of listing out a big ol' set of commands I refactored the CI out into scripts, and made scripts to call all those and set up the env as well. |
### Advanced | ||
|
||
To run the complete set of unit tests run in CI for your platform, run the following | ||
in the repository root: | ||
|
||
```bash | ||
ci/setup_env.sh | ||
ACTIVATE_VENV=1 ci/test_all.sh | ||
``` | ||
|
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.
Here are the main commands you'd need to follow assuming a sane Python installation.
CodSpeed Performance ReportMerging #832 will improve performances by 13.07%Comparing Summary
Benchmarks breakdown
|
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.
LGTM!
What type of PR is this? (check all applicable)
Related issues
Checklist
Please explain your changes below.