Changes between Version 9 and Version 10 of Ticket #11337
- Timestamp:
- 11/03/11 01:36:28 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11337
-
Property
Component
changed from
scripts
todoctest
-
Property
Component
changed from
-
Ticket #11337 – Description
v9 v10 1 * #6357: Make `sage -t worksheet.sws` work 2 * #8708: Recognize doctests delimited by `'''` 3 * #9224: Unify `sage-test` and `sage-ptest` 4 * #9449: The summary printed after running doctests is inaccurate 1 5 * #9739: Handle duplicate file basenames when testing multiple files in parallel 2 * #9224: Unify sage-test and sage-ptest 3 * #8708: recognize doctests delimited by `'''` 4 * #9827: Intermittent doctest failure in sage/interfaces/psage.py 5 * #9449: The summary printed after running doctests is inaccurate 6 * #9827: Intermittent doctest failure in `sage/interfaces/psage.py` 6 7 * #10458: Doctest framework fails to parse multiline input pasted from Sage interactive prompt 7 8 * #10952: Better numerical accuracy testing 8 * #11338: Fix signals/interrupts in sage-doctest9 * #11615: clean up and document "known bug" and "optional: requires PKG" tags for doctests10 * #11793: autogenerate list of doc language directories for doctesting purposes11 * #11821: revise sage-preparse, and modify sage-doctestaccordingly12 * #11893: fix problems with doctesting non-library python files9 * #11338: Fix signals/interrupts in `sage-doctest` 10 * #11615: Clean up and document "known bug" and "optional: requires PKG" tags for doctests 11 * #11793: Autogenerate list of doc language directories for doctesting purposes 12 * #11821: Revise `sage-preparse`, and modify `sage-doctest` accordingly 13 * #11893: Fix problems with doctesting non-library python files 13 14