﻿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
35986	Test classes with @translation.override decorator are not run	Arthur Pemberton	Ahmed Nassar	"For example, the test ""CustomTimeInputFormatsTests"" does not get discovered and ran via:
`./runtests.py forms_tests.tests.test_input_formats`

And attempting to run the test direct with `./runtests.py forms_tests.tests.test_input_formats.CustomTimeInputFormatsTests` results in an error:
    AttributeError: 'CustomTimeInputFormatsTests' object has no attribute 'runTest'. Did you mean: 'subTest'?

Using Python 3.12, I followed the steps from https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/#running-the-unit-tests to setup a clean environment."	Bug	closed	Utilities	5.1	Normal	fixed			Ready for checkin	1	0	0	0	0	0
