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

Update CONTRIBUTING.md #395

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update CONTRIBUTING.md #395

wants to merge 1 commit into from

Conversation

Scienfitz
Copy link
Collaborator

A small update requested as helpful from @Hrovatin , if you have more suggestions please post them here

@Scienfitz Scienfitz added documentation Improvements or additions to documentation enhancement Expand / change existing functionality labels Oct 4, 2024
@Scienfitz Scienfitz self-assigned this Oct 4, 2024
@@ -54,6 +54,9 @@ we recommend the following workflow:
tox -e fulltest-py312
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For checking if my code messed up sth I always used pytest --fast - or should tox be used? The former was useful as it was quick compared to pytest for smaller commits.

Copy link
Collaborator Author

@Scienfitz Scienfitz Oct 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can use pytest --fast or tox via posargs a la tox -e fulltest-py312 -- --fast (anything after the blank -- will be transferred to the tox internal pytest call)
The fast tests are kind of explained in tests/README.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement Expand / change existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants