Skip to content
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

Implement rye test command built on pytest #847

Merged
merged 26 commits into from Mar 7, 2024
Merged

Implement rye test command built on pytest #847

merged 26 commits into from Mar 7, 2024

Conversation

mitsuhiko
Copy link
Collaborator

This is an extension to #762 with some differences:

  • This runs pytest once for each project in the workspace. This means that per pyproject.toml settings are honored
  • It does not automatically add pytest to the pyproject.toml but lets the user do that
  • It automatically syncs if enabled to bring pytest into the venv

This still needs tests.

Replaces #762

@mitsuhiko mitsuhiko merged commit 0d5b689 into main Mar 7, 2024
8 checks passed
@mitsuhiko mitsuhiko deleted the pytest-new branch March 7, 2024 01:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants