What does organizing tests across multiple files or directories in Django allow when project grows?
Avoid running migrations
Better structure and easier maintenance of large test suites
Running only certain parts of framework
Combining test output with production logs
This question is part of this quiz :
Python | Django | Testing