You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Hello,
I'd like to know if anybody has tried to run Django's own tests via pytest.
Django does have its own, quite extensive runtests.py script which is
intended for testing Django codebase. I need to execute the test suite
with py.test though (in order to make use of some pytest plugin). Any
suggestions? Thanks!