| 24 | Leading to: |
| 25 | |
| 26 | {{{ |
| 27 | test_adding (test_regression.ExampleTests.test_adding) ... ok |
| 28 | test_looking (test_regression.ExampleTests.test_looking) ... FAIL |
| 29 | |
| 30 | ====================================================================== |
| 31 | FAIL: test_looking (test_regression.ExampleTests.test_looking) |
| 32 | ---------------------------------------------------------------------- |
| 33 | Traceback (most recent call last): |
| 34 | File "/Users/chainz/Documents/Projects/django/tests/test_regression.py", line 16, in test_looking |
| 35 | self.assertEqual(self.request.session, {}) |
| 36 | AssertionError: {'foo': 1} != {} |
| 37 | - {'foo': 1} |
| 38 | + {} |
| 39 | }}} |
| 40 | |