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

Add extra args to pytest #19

Merged
merged 1 commit into from
Sep 7, 2023
Merged

Conversation

chainyo
Copy link
Contributor

@chainyo chainyo commented Sep 7, 2023

✨ Features

This tiny PR adds the possibility for the user to add extra arguments when running the tests command.

For example:

  • Adding a lot more details: hatch run tests:run -vv
  • Testing only one function or one module: hatch run tests:run -k test_my_function

Copy link
Owner

@alvarobartt alvarobartt left a comment

Choose a reason for hiding this comment

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

Didn't know about this feature, great! 🎉

@alvarobartt alvarobartt merged commit 251da20 into alvarobartt:main Sep 7, 2023
4 checks passed
@chainyo chainyo deleted the add-args-to-tests branch September 7, 2023 09:43
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