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 |
5 | | * #9739: Handle duplicate file basenames when testing multiple files in parallel |
6 | | * #9827: Intermittent doctest failure in `sage/interfaces/psage.py` |
7 | | * #10458: Doctest framework fails to parse multiline input pasted from Sage interactive prompt |
8 | | * #10952: Better numerical accuracy testing |
9 | | * #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 |
14 | | * #12069: fix doctesting of .sage files and non-library files. |
15 | | * #12415: Replace Sage's doctesting code with Robert Bradshaw's, which adds new features. |
16 | | * #12493: tol and optional in doctests don't play well together |
17 | | * #12704: Restore doctesting of non-library files. |
18 | | * #12991: Don't doctest autogenerated .rst files. |
| 1 | * #2235 - Combining `#long time` and `#32-bit` / `#64-bit` |
| 2 | * #6357 - Make `sage -t worksheet.sws` work |
| 3 | * #12281 - Many doctest options are undocumented |
| 4 | * #12720 - Add speed regression database to doctesting |
| 5 | * #12722 - Add the option to doctest a file in parallel |
| 6 | * #13062 - Change parsing of nodoctest |
| 7 | * #13063 - Doctesting `.rst` files |
| 8 | * #13278 - Allow reporting of skipped optional tests |
| 9 | * #13610 - Make `sage -t --debug` trigger on an incorrect result in addition to an exception |
| 10 | * #14152 - Add `sig_on_count()` check check |
| 11 | * #14153 - Add unicode support to the doctesting framework |
| 12 | * #14203 - Move `DOCTEST_MODE` to doctesting framework |
| 13 | * #14272 - Add `DocTestFinder` to doctesting framework |
| 14 | * #14273 - Remove workaround for sagenb pull request 84 |
| 15 | * #14276 - New doctesting marker - require failure |
| 16 | * #14289 - Doctesting debugger doesn't work on OS X |
| 17 | * #14290 - Running doctests from within Sage doesn't work |
| 18 | * #14292 - Race conditions in doctester |
| 19 | * #14307 - The new doctesting framework doesn't like being run with nohup |
| 20 | * #14327 - Improve detection of function name in doctest parsing |
| 21 | * #14328 - Simplify test* targets in top-level Makefile |
| 22 | * #14359 - Doctest spurious `UnicodeWarning` |
| 23 | * #14369 - Misc doctest improvements |
| 24 | * #14374 - Recover from doctest timings cache corruption |
| 25 | * #14376 - Add doctest directory to the reference manual |