You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only advantage is that it's a bit more integrated with Django, e.g. the command line parsing. But if what you did works for you, I don't see much problem with it!
Docs suggest to define custom test runner to invoke
pytest
(thus, relatedpytest-django
functionality) via themanage.py
script.I used the following snippet and everything works as expected:
What are the advantages of the solution presented in the docs compared to the one above? Thanks in advance for any feedback.
The text was updated successfully, but these errors were encountered: