Message250937
ethan@code:~/source/python/issue25147$ ./python -m test.regrtest -R3:3 test_property
[1/1] test_property
Eggs # from print() inside test
beginning 6 repetitions
123456
Spam # the new value from the previous run seems stuck
test test_property failed -- Traceback (most recent call last):
File "/home/ethan/source/python/issue25147/Lib/test/test_property.py", line 175, in test_property_decorator_doc_writable
self.assertEqual(sub.__class__.spam.__doc__, 'Eggs')
AssertionError: 'Spam' != 'Eggs'
- Spam
+ Eggs
1 test failed:
test_property |
|
Date |
User |
Action |
Args |
2015-09-18 05:46:51 | ethan.furman | set | recipients:
+ ethan.furman, r.david.murray, erik.bray |
2015-09-18 05:46:51 | ethan.furman | set | messageid: <1442555211.88.0.555126078451.issue24766@psf.upfronthosting.co.za> |
2015-09-18 05:46:51 | ethan.furman | link | issue24766 messages |
2015-09-18 05:46:51 | ethan.furman | create | |
|