-
Notifications
You must be signed in to change notification settings - Fork 348
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
Integrate pytest into django's manage.py test #1182
Conversation
@bluetech thoughts? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @kingbuzzman. The PR is well done!
I agree this can be useful in some situations. We can extend support for further manage.py test
arguments in the future.
I left some comments, PTAL.
failfast is an option that already is inside of the standard test.py -- throws an error as its duplicated
checking to see if this keeps the linter happy...
@bluetech let me know if there is anything else you want in the PR. Thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again @kingbuzzman!
To lower the barier of entry for questions like #1169