Opened 11 years ago
Last modified 10 months ago
#11337 closed task
Metaticket: improve doctesting framework — at Version 26
Reported by: | jdemeyer | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | doctest framework | Keywords: | doctest |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
- #12415 - Update doctesting framework
- #6357 - Make
sage -t worksheet.sws
work - #12720 - Add speed regression database to doctesting
- #12721 - Make doctests pass when run in a random order
- #12722 - Add the option to doctest a file in parallel
- #13063 - Doctesting
.rst
files - #13540 - Automatically detect and test optional dependencies
- #14153 - Add unicode support to the doctesting framework
- #14203 - Move
DOCTEST_MODE
to doctesting framework - #14272 - Add
DocTestFinder
to doctesting framework - #14273 - Remove workaround for sagenb pull request 84
- #14276 - New doctesting marker - require failure
- #14292 - Race conditions in doctester
- #14327 - Improve detection of function name in doctest parsing
- #14374 - Recover from doctest timings cache corruption
- #14375 - Indicate escape codes in doctest output
- #2235 - Combining
#long time
and#32-bit
/#64-bit
- #12281 - Many doctest options are undocumented
- #13062 - Change parsing of nodoctest
- #13278 - Allow reporting of skipped optional tests
- #13610 - Make
sage -t --debug
trigger on an incorrect result in addition to an exception - #14152 - Add
sig_on_count()
check check - #14289 - Doctesting debugger doesn't work on OS X
- #14290 - Running doctests from within Sage doesn't work
- #14307 - The new doctesting framework doesn't like being run with nohup
- #14328 - Simplify test* targets in top-level Makefile
- #14359 - Doctest spurious
UnicodeWarning
- #14369 - Misc doctest improvements
- #14376 - Add doctest directory to the reference manual
Change History (26)
comment:1 Changed 11 years ago by
- Description modified (diff)
comment:2 Changed 11 years ago by
- Description modified (diff)
comment:3 Changed 11 years ago by
- Description modified (diff)
comment:4 Changed 11 years ago by
- Description modified (diff)
comment:5 Changed 11 years ago by
- Description modified (diff)
comment:6 Changed 11 years ago by
comment:7 Changed 11 years ago by
- Description modified (diff)
comment:8 Changed 11 years ago by
- Description modified (diff)
comment:9 Changed 11 years ago by
- Description modified (diff)
comment:10 Changed 11 years ago by
- Component changed from scripts to doctest
- Description modified (diff)
comment:11 Changed 10 years ago by
- Description modified (diff)
comment:12 Changed 10 years ago by
- Description modified (diff)
comment:13 Changed 10 years ago by
- Description modified (diff)
comment:14 Changed 10 years ago by
- Description modified (diff)
comment:15 Changed 10 years ago by
- Description modified (diff)
comment:16 Changed 9 years ago by
- Status changed from new to needs_review
comment:17 Changed 9 years ago by
- Reviewers set to David Roe
- Status changed from needs_review to positive_review
These tickets are almost all fixed, and there's now a new list being maintained at #12415.
comment:18 Changed 9 years ago by
- Status changed from positive_review to needs_info
Actually, let's go the other way and bring the list of tickets in the description of #12415 here.
comment:19 Changed 9 years ago by
- Description modified (diff)
comment:20 Changed 9 years ago by
- Reviewers David Roe deleted
- Summary changed from Metaticket: fix sage-doctest to Metaticket: improve doctesting framework
comment:21 Changed 9 years ago by
- Component changed from doctest to doctest framework
comment:22 Changed 9 years ago by
- Description modified (diff)
comment:23 Changed 9 years ago by
- Description modified (diff)
comment:24 Changed 9 years ago by
- Description modified (diff)
comment:25 Changed 9 years ago by
- Description modified (diff)
- Milestone changed from sage-5.9 to sage-feature
comment:26 Changed 9 years ago by
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
Did you on purpose attach the entire power_series_poly.pyx file to test the testing of pyx files?