Changes between Initial Version and Version 10 of Ticket #9225
- Timestamp:
- 08/27/10 22:30:14 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9225
- Property Cc wjp leif added
-
Property
Priority
changed from
minor
tomajor
-
Property
Summary
changed from
Indicate progress and elapsed time when running multiple doctests
toNew doctesting features
-
Ticket #9225 – Description
initial v10 1 When we doctest several files in parallel or in sequence, it might be helpful to print stats relating to the test suite's progress, e.g., 1 This is an umbrella ticket for various improvements to the Sage doctesting framework. For example: 2 3 When we doctest several files in parallel or in sequence, it might be helpful to print stats relating to the test suite's progress, e.g., 2 4 {{{ 3 5 #!sh … … 9 11 [...] 10 12 }}} 11 What other columns would be useful? Coverage? 13 What other columns would be useful? Coverage? 14 15 Please see the comments for more ideas. Suggestions are welcome! 16 17 Related: #9224.