| | 1 | |
| | 2 | |
| | 3 | ~/develop/python/Lib/test> python test_dircache.py |
| | 4 | {{{ |
| | 5 | test_annotate (__main__.DircacheTests) ... ok |
| | 6 | test_listdir (__main__.DircacheTests) ... FAIL |
| | 7 | |
| | 8 | ====================================================================== |
| | 9 | FAIL: test_listdir (__main__.DircacheTests) |
| | 10 | ---------------------------------------------------------------------- |
| | 11 | Traceback (most recent call last): |
| | 12 | File "test_dircache.py", line 55, in test_listdir |
| | 13 | self.assertEquals(entries, ['test1']) |
| | 14 | AssertionError: [] != ['test1'] |
| | 15 | |
| | 16 | ---------------------------------------------------------------------- |
| | 17 | Ran 2 tests in 1.161s |
| | 18 | |
| | 19 | FAILED (failures=1) |
| | 20 | Traceback (most recent call last): |
| | 21 | File "test_dircache.py", line 77, in <module> |
| | 22 | test_main() |
| | 23 | File "test_dircache.py", line 71, in test_main |
| | 24 | run_unittest(DircacheTests) |
| | 25 | File "/boot/common/lib/python2.7/test/test_support.py", line 722, in run_unittest |
| | 26 | _run_suite(suite) |
| | 27 | File "/boot/common/lib/python2.7/test/test_support.py", line 705, in _run_suite |
| | 28 | raise TestFailed(err) |
| | 29 | test.test_support.TestFailed: Traceback (most recent call last): |
| | 30 | File "test_dircache.py", line 55, in test_listdir |
| | 31 | self.assertEquals(entries, ['test1']) |
| | 32 | AssertionError: [] != ['test1'] |
| | 33 | }}} |