Changes between Version 1 and Version 2 of Ticket #12415, comment 59
- Timestamp:
- 06/26/12 10:25:06 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12415, comment 59
v1 v2 1 1 A very useful feature from the previous doctester which is missing here is that `--verbose` actually shows the output as the test is running. So when it gets stuck somewhere, you actually see that it gets stuck. Currently, the whole test result is simply dumped at the end. 2 3 Also: previously, line numbers were shown with `--verbose` (albeit in a very bad way). 2 4 3 5 One more feature-request: with `--verbose`, show the time taken ''for each single test'', i.e. I would like 4 6 {{{ 5 Trying :7 Trying (line 242): 6 8 EllipticCurve('900d1').integral_points() 7 9 Expecting: 8 10 [(-11 : 27 : 1), (-4 : 34 : 1), (4 : 18 : 1), (16 : 54 : 1)] 9 11 ok [0.10s] 10 Trying :12 Trying (line 243): 11 13 E=EllipticCurve([-879984,319138704]) 12 14 Expecting nothing 13 15 ok [1.92s] 14 Trying :16 Trying (line 255): 15 17 P1=E.point((540,1188)); P2=E.point((576,1836)) 16 18 Expecting nothing