Message216695
When a user sets FormatParagraph to anything other than 70,
test_idle.py has 4 failing tests:
test_comment_block (idlelib.idle_test.test_formatparagraph.FormatEventTest) ... FAIL
test_long_line (idlelib.idle_test.test_formatparagraph.FormatEventTest) ... FAIL
test_multiple_lines (idlelib.idle_test.test_formatparagraph.FormatEventTest) ... FAIL
test_short_line (idlelib.idle_test.test_formatparagraph.FormatEventTest) ... FAIL
The solution is to make these tests setup by:
1) save the user's default configuration
2) set the paragraph reformat width to 70
and tear-down by:
1) restoring the user's default configuration |
|
Date |
User |
Action |
Args |
2014-04-17 15:19:39 | rhettinger | set | recipients:
+ rhettinger |
2014-04-17 15:19:39 | rhettinger | set | messageid: <1397747979.02.0.575213731893.issue21284@psf.upfronthosting.co.za> |
2014-04-17 15:19:38 | rhettinger | link | issue21284 messages |
2014-04-17 15:19:38 | rhettinger | create | |
|