Closed johnlinvc closed 6 years ago
Allow using custom py.test command. The typical use case is when using pipenv the command should be prefixed with pipenv run. Add an optional option pytest_cmd to the guard options.
py.test
pipenv
pipenv run
pytest_cmd
This is great. Thank you!
0.1.2 is live with your patch. Thanks again!
thanks for the quick release.
Purpose
Allow using custom
py.test
command. The typical use case is when usingpipenv
the command should be prefixed withpipenv run
. Add an optional optionpytest_cmd
to the guard options.Changes