$ ./runtests.py forms_tests.tests.test_input_formats -v 2 Testing against Django installed in '/home/pembo13/virt/django-repo/django-repo/django' with up to 8 processes Importing application forms_tests Found 24 test(s). Skipping setup of unused database(s): default, other. System check identified no issues (0 silenced). test_localized_timeField (forms_tests.tests.test_input_formats.SimpleTimeFormatTests.test_localized_timeField) Localized TimeFields in a non-localized environment act as unlocalized widgets ... ok test_localized_timeField_with_inputformat (forms_tests.tests.test_input_formats.SimpleTimeFormatTests.test_localized_timeField_with_inputformat) Localized TimeFields with manually specified input formats can accept ... ok test_timeField (forms_tests.tests.test_input_formats.SimpleTimeFormatTests.test_timeField) TimeFields can parse dates in the default format ... ok test_timeField_with_inputformat (forms_tests.tests.test_input_formats.SimpleTimeFormatTests.test_timeField_with_inputformat) TimeFields with manually specified input formats can accept those formats ... ok test_dateField (forms_tests.tests.test_input_formats.LocalizedDateTests.test_dateField) DateFields can parse dates in the default format ... ok test_dateField_with_inputformat (forms_tests.tests.test_input_formats.LocalizedDateTests.test_dateField_with_inputformat) DateFields with manually specified input formats can accept those formats ... ok test_localized_dateField (forms_tests.tests.test_input_formats.LocalizedDateTests.test_localized_dateField) Localized DateFields act as unlocalized widgets ... ok test_localized_dateField_with_inputformat (forms_tests.tests.test_input_formats.LocalizedDateTests.test_localized_dateField_with_inputformat) Localized DateFields with manually specified input formats can accept ... ok test_dateField (forms_tests.tests.test_input_formats.SimpleDateFormatTests.test_dateField) DateFields can parse dates in the default format ... ok test_dateField_with_inputformat (forms_tests.tests.test_input_formats.SimpleDateFormatTests.test_dateField_with_inputformat) DateFields with manually specified input formats can accept those formats ... ok test_localized_dateField (forms_tests.tests.test_input_formats.SimpleDateFormatTests.test_localized_dateField) Localized DateFields in a non-localized environment act as unlocalized widgets ... ok test_localized_dateField_with_inputformat (forms_tests.tests.test_input_formats.SimpleDateFormatTests.test_localized_dateField_with_inputformat) Localized DateFields with manually specified input formats can accept ... ok test_localized_timeField (forms_tests.tests.test_input_formats.LocalizedTimeTests.test_localized_timeField) Localized TimeFields act as unlocalized widgets ... ok test_localized_timeField_with_inputformat (forms_tests.tests.test_input_formats.LocalizedTimeTests.test_localized_timeField_with_inputformat) Localized TimeFields with manually specified input formats can accept ... ok test_timeField (forms_tests.tests.test_input_formats.LocalizedTimeTests.test_timeField) TimeFields can parse dates in the default format ... ok test_timeField_with_inputformat (forms_tests.tests.test_input_formats.LocalizedTimeTests.test_timeField_with_inputformat) TimeFields with manually specified input formats can accept those formats ... ok test_dateTimeField (forms_tests.tests.test_input_formats.LocalizedDateTimeTests.test_dateTimeField) DateTimeFields can parse dates in the default format ... ok test_dateTimeField_with_inputformat (forms_tests.tests.test_input_formats.LocalizedDateTimeTests.test_dateTimeField_with_inputformat) DateTimeFields with manually specified input formats can accept those formats ... ok test_localized_dateTimeField (forms_tests.tests.test_input_formats.LocalizedDateTimeTests.test_localized_dateTimeField) Localized DateTimeFields act as unlocalized widgets ... ok test_localized_dateTimeField_with_inputformat (forms_tests.tests.test_input_formats.LocalizedDateTimeTests.test_localized_dateTimeField_with_inputformat) Localized DateTimeFields with manually specified input formats can ... ok test_dateTimeField (forms_tests.tests.test_input_formats.SimpleDateTimeFormatTests.test_dateTimeField) DateTimeFields can parse dates in the default format ... ok test_dateTimeField_with_inputformat (forms_tests.tests.test_input_formats.SimpleDateTimeFormatTests.test_dateTimeField_with_inputformat) DateTimeFields with manually specified input formats can accept those formats ... ok test_localized_dateTimeField (forms_tests.tests.test_input_formats.SimpleDateTimeFormatTests.test_localized_dateTimeField) Localized DateTimeFields in a non-localized environment act as ... ok test_localized_dateTimeField_with_inputformat (forms_tests.tests.test_input_formats.SimpleDateTimeFormatTests.test_localized_dateTimeField_with_inputformat) Localized DateTimeFields with manually specified input formats can ... ok ---------------------------------------------------------------------- Ran 24 tests in 0.049s OK