Changes between Initial Version and Version 1 of Ticket #12415, comment 311
- Timestamp:
- 05/02/13 03:05:02 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12415, comment 311
initial v1 1 1 This patch breaks the fixdoctests script. The problem is that the strings which sage-fixdoctests searches for in order to identify the line numbers have changed with the new output implemented in the current patch. 2 2 3 I have just uploaded the patch #10589 which makes ```sage -fixdoctests``` work properly with the new doctest output (as stated on the ticket for #10589, the main point of this patch is to fix some different problems with fixdoctests). This patch also a lso a test to sage/tests/cmdline.py for the fixdoctests script so that the doctest framework willhas a chance of identifying patches which break it in future.3 I have just uploaded the patch #10589 which makes ```sage -fixdoctests``` work properly with the new doctest output (as stated on the ticket for #10589, the main point of this patch is to fix some different problems with fixdoctests). This patch also adds a test to sage/tests/cmdline.py for the fixdoctests script so that the doctest framework now has a chance of identifying patches which break it in future.