We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I use overcommit mostly with python projects, and I'd like to have pytest run automatically, in a similar way to minitest, test_unit, and rspec.
overcommit
python
pytest
minitest
test_unit
rspec
I'm happy to work on a PR, if this idea is acceptable.
The text was updated successfully, but these errors were encountered:
Add pre-push hook for pytest (#463)
aa599ab
Add hook for [`pytest`](https://github.com/pytest-dev/pytest), a `python` testing framework. Closes #462.
No branches or pull requests
I use
overcommit
mostly withpython
projects, and I'd like to havepytest
run automatically, in a similar way tominitest
,test_unit
, andrspec
.I'm happy to work on a PR, if this idea is acceptable.
The text was updated successfully, but these errors were encountered: