Ticket #35986: test_input_formats-output.txt

File test_input_formats-output.txt, 5.0 KB (added by Arthur Pemberton, 9 days ago)
Line 
1$ ./runtests.py forms_tests.tests.test_input_formats -v 2
2Testing against Django installed in '/home/pembo13/virt/django-repo/django-repo/django' with up to 8 processes
3Importing application forms_tests
4Found 24 test(s).
5Skipping setup of unused database(s): default, other.
6System check identified no issues (0 silenced).
7test_localized_timeField (forms_tests.tests.test_input_formats.SimpleTimeFormatTests.test_localized_timeField)
8Localized TimeFields in a non-localized environment act as unlocalized widgets ... ok
9test_localized_timeField_with_inputformat (forms_tests.tests.test_input_formats.SimpleTimeFormatTests.test_localized_timeField_with_inputformat)
10Localized TimeFields with manually specified input formats can accept ... ok
11test_timeField (forms_tests.tests.test_input_formats.SimpleTimeFormatTests.test_timeField)
12TimeFields can parse dates in the default format ... ok
13test_timeField_with_inputformat (forms_tests.tests.test_input_formats.SimpleTimeFormatTests.test_timeField_with_inputformat)
14TimeFields with manually specified input formats can accept those formats ... ok
15test_dateField (forms_tests.tests.test_input_formats.LocalizedDateTests.test_dateField)
16DateFields can parse dates in the default format ... ok
17test_dateField_with_inputformat (forms_tests.tests.test_input_formats.LocalizedDateTests.test_dateField_with_inputformat)
18DateFields with manually specified input formats can accept those formats ... ok
19test_localized_dateField (forms_tests.tests.test_input_formats.LocalizedDateTests.test_localized_dateField)
20Localized DateFields act as unlocalized widgets ... ok
21test_localized_dateField_with_inputformat (forms_tests.tests.test_input_formats.LocalizedDateTests.test_localized_dateField_with_inputformat)
22Localized DateFields with manually specified input formats can accept ... ok
23test_dateField (forms_tests.tests.test_input_formats.SimpleDateFormatTests.test_dateField)
24DateFields can parse dates in the default format ... ok
25test_dateField_with_inputformat (forms_tests.tests.test_input_formats.SimpleDateFormatTests.test_dateField_with_inputformat)
26DateFields with manually specified input formats can accept those formats ... ok
27test_localized_dateField (forms_tests.tests.test_input_formats.SimpleDateFormatTests.test_localized_dateField)
28Localized DateFields in a non-localized environment act as unlocalized widgets ... ok
29test_localized_dateField_with_inputformat (forms_tests.tests.test_input_formats.SimpleDateFormatTests.test_localized_dateField_with_inputformat)
30Localized DateFields with manually specified input formats can accept ... ok
31test_localized_timeField (forms_tests.tests.test_input_formats.LocalizedTimeTests.test_localized_timeField)
32Localized TimeFields act as unlocalized widgets ... ok
33test_localized_timeField_with_inputformat (forms_tests.tests.test_input_formats.LocalizedTimeTests.test_localized_timeField_with_inputformat)
34Localized TimeFields with manually specified input formats can accept ... ok
35test_timeField (forms_tests.tests.test_input_formats.LocalizedTimeTests.test_timeField)
36TimeFields can parse dates in the default format ... ok
37test_timeField_with_inputformat (forms_tests.tests.test_input_formats.LocalizedTimeTests.test_timeField_with_inputformat)
38TimeFields with manually specified input formats can accept those formats ... ok
39test_dateTimeField (forms_tests.tests.test_input_formats.LocalizedDateTimeTests.test_dateTimeField)
40DateTimeFields can parse dates in the default format ... ok
41test_dateTimeField_with_inputformat (forms_tests.tests.test_input_formats.LocalizedDateTimeTests.test_dateTimeField_with_inputformat)
42DateTimeFields with manually specified input formats can accept those formats ... ok
43test_localized_dateTimeField (forms_tests.tests.test_input_formats.LocalizedDateTimeTests.test_localized_dateTimeField)
44Localized DateTimeFields act as unlocalized widgets ... ok
45test_localized_dateTimeField_with_inputformat (forms_tests.tests.test_input_formats.LocalizedDateTimeTests.test_localized_dateTimeField_with_inputformat)
46Localized DateTimeFields with manually specified input formats can ... ok
47test_dateTimeField (forms_tests.tests.test_input_formats.SimpleDateTimeFormatTests.test_dateTimeField)
48DateTimeFields can parse dates in the default format ... ok
49test_dateTimeField_with_inputformat (forms_tests.tests.test_input_formats.SimpleDateTimeFormatTests.test_dateTimeField_with_inputformat)
50DateTimeFields with manually specified input formats can accept those formats ... ok
51test_localized_dateTimeField (forms_tests.tests.test_input_formats.SimpleDateTimeFormatTests.test_localized_dateTimeField)
52Localized DateTimeFields in a non-localized environment act as ... ok
53test_localized_dateTimeField_with_inputformat (forms_tests.tests.test_input_formats.SimpleDateTimeFormatTests.test_localized_dateTimeField_with_inputformat)
54Localized DateTimeFields with manually specified input formats can ... ok
55
56----------------------------------------------------------------------
57Ran 24 tests in 0.049s
58
59OK
Back to Top