-
Notifications
You must be signed in to change notification settings - Fork 83
chore(integration-tests): Simplify python -m pytest command to pytest (fixes #1571).
#1580
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
base: main
Are you sure you want to change the base?
chore(integration-tests): Simplify python -m pytest command to pytest (fixes #1571).
#1580
Conversation
WalkthroughUpdates pytest invocations across documentation and task configuration files to remove the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
Possibly related issues
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Bill-hbrhbr
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.
Let's wait until #1574 is merged to merge this PR.
kirkrodrigues
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.
For the PR title, how about:
refactor(integration-tests): Simplify `uv run python -m pytest` to `uv run pytest` (fixes #1571).
Shouldn't be chore because:
https://github.com/commitizen/conventional-commit-types/blob/c3a9be4c73e47f2e8197de775f41d981701407fb/index.json#L41
| uv run pytest --cache-clear --collect-only --override-ini addopts="" --quiet | ||
| > /dev/null |
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.
| uv run pytest --cache-clear --collect-only --override-ini addopts="" --quiet | |
| > /dev/null | |
| uv run pytest --cache-clear --collect-only --override-ini addopts="" --quiet > /dev/null |
Description
As described in title.
Checklist
breaking change.
Validation performed
Ran
uv run pytest; tests run successfully.Summary by CodeRabbit
Release Notes
Documentation
Chores