Message112457
When running tests with -v, the test runner prints out the docstring of each test method, if present, and falls back to the method name if it's not present.
Test methods wrapped with @expectedFailure do not print out their docstring, so it looks like the docstring is not copied to the wrapper function.
Failing test coming soon, hopefully followed by a patch to fix :) |
|
Date |
User |
Action |
Args |
2010-08-02 12:43:28 | mark.smith | set | recipients:
+ mark.smith |
2010-08-02 12:43:28 | mark.smith | set | messageid: <1280753008.47.0.113036105001.issue9454@psf.upfronthosting.co.za> |
2010-08-02 12:43:26 | mark.smith | link | issue9454 messages |
2010-08-02 12:43:26 | mark.smith | create | |
|