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