
This package provides django test project support to make it easier to run application unit tests without testing other parts of django core.
Projects can use run_tests to specify which parts of the codebase listed in INSTALLED_APPLICATIONS will run unit tests.
This package contains the python3 module.