Changes between Initial Version and Version 1 of Ticket #12415
- Timestamp:
- 02/02/12 18:44:24 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12415 – Description
initial v1 2 2 3 3 1. Forking rather than starting up a new Sage each time. 4 2. Customizeable comparison rather than mutating doctests into new doctests .5 3. Avoiding the use of writing out temporary files.4 2. Customizeable comparison rather than mutating doctests into new doctests (e.g. followup to #10952). 5 3. Eliminate need to write temporary files for every doctested file. 6 6 4. Provide mechanisms for recording and comparing timings. 7 7 5. Constant headaches caused by the difference in doctesting library vs. non-library files.