1 | Creating test database for alias 'default'...
|
---|
2 | Creating test database for alias 'other'...
|
---|
3 | ...........................F......F......F............F......F.....F.................................................................................................................................
|
---|
4 | ======================================================================
|
---|
5 | FAIL: test_dimensions (model_fields.test_imagefield.ImageFieldDimensionsFirstTests)
|
---|
6 | ----------------------------------------------------------------------
|
---|
7 | Traceback (most recent call last):
|
---|
8 | File "/Users/aethem/Documents/SWTR/django-repo/tests/model_fields/test_imagefield.py", line 305, in test_dimensions
|
---|
9 | self.assertEqual(p.mugshot.was_opened, False)
|
---|
10 | AssertionError: True != False
|
---|
11 |
|
---|
12 | ======================================================================
|
---|
13 | FAIL: test_dimensions (model_fields.test_imagefield.ImageFieldNoDimensionsTests)
|
---|
14 | ----------------------------------------------------------------------
|
---|
15 | Traceback (most recent call last):
|
---|
16 | File "/Users/aethem/Documents/SWTR/django-repo/tests/model_fields/test_imagefield.py", line 305, in test_dimensions
|
---|
17 | self.assertEqual(p.mugshot.was_opened, False)
|
---|
18 | AssertionError: True != False
|
---|
19 |
|
---|
20 | ======================================================================
|
---|
21 | FAIL: test_dimensions (model_fields.test_imagefield.ImageFieldOneDimensionTests)
|
---|
22 | ----------------------------------------------------------------------
|
---|
23 | Traceback (most recent call last):
|
---|
24 | File "/Users/aethem/Documents/SWTR/django-repo/tests/model_fields/test_imagefield.py", line 305, in test_dimensions
|
---|
25 | self.assertEqual(p.mugshot.was_opened, False)
|
---|
26 | AssertionError: True != False
|
---|
27 |
|
---|
28 | ======================================================================
|
---|
29 | FAIL: test_dimensions (model_fields.test_imagefield.ImageFieldTwoDimensionsTests)
|
---|
30 | ----------------------------------------------------------------------
|
---|
31 | Traceback (most recent call last):
|
---|
32 | File "/Users/aethem/Documents/SWTR/django-repo/tests/model_fields/test_imagefield.py", line 305, in test_dimensions
|
---|
33 | self.assertEqual(p.mugshot.was_opened, False)
|
---|
34 | AssertionError: True != False
|
---|
35 |
|
---|
36 | ======================================================================
|
---|
37 | FAIL: test_dimensions (model_fields.test_imagefield.ImageFieldUsingFileTests)
|
---|
38 | ----------------------------------------------------------------------
|
---|
39 | Traceback (most recent call last):
|
---|
40 | File "/Users/aethem/Documents/SWTR/django-repo/tests/model_fields/test_imagefield.py", line 305, in test_dimensions
|
---|
41 | self.assertEqual(p.mugshot.was_opened, False)
|
---|
42 | AssertionError: True != False
|
---|
43 |
|
---|
44 | ======================================================================
|
---|
45 | FAIL: test_dimensions (model_fields.test_imagefield.TwoImageFieldTests)
|
---|
46 | ----------------------------------------------------------------------
|
---|
47 | Traceback (most recent call last):
|
---|
48 | File "/Users/aethem/Documents/SWTR/django-repo/tests/model_fields/test_imagefield.py", line 445, in test_dimensions
|
---|
49 | self.assertEqual(p.mugshot.was_opened, False)
|
---|
50 | AssertionError: True != False
|
---|
51 |
|
---|
52 | ----------------------------------------------------------------------
|
---|
53 | Ran 197 tests in 0.220s
|
---|
54 |
|
---|
55 | FAILED (failures=6)
|
---|
56 | Destroying test database for alias 'default'...
|
---|
57 | Destroying test database for alias 'other'...
|
---|