﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
25415	Make DiscoverRunner run system checks	Adam Johnson	nobody	"In Django 1.7, 'manage.py test' would run the system checks as part of 'migrate'. This was reliable since at that point the test database[s] exists. Since #23685 , the `call_command('migrate')` in `create_test_db` has been skipping the checks and hence no test run calls the checks.

I think the checks should run *somewhere* in the test framework; perhaps not as part of `migrate`, since there may be multiple databases to set up. I am manually adding `call_command('check')` to the start of the test runner's `run_suite` in my project and this works fine.

I found this when upgrading our application, which uses some custom checks we rely on for developer synchronization on e.g. installed pip packages, and the checks stopped running."	New feature	closed	Testing framework	dev	Normal	fixed			Accepted	1	0	0	1	0	0
