* Add missing type for setup_databases
`django.test.utils` was seemingly missing the type for `setup_databases`.
This change resolves my issue locally. The type was copied directly from `django.test.runner`.
* Fix typecheck_tests runner
Co-authored-by: Xavier Francisco <xavier.n.francisco@gmail.com>