-
-
Notifications
You must be signed in to change notification settings - Fork 487
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #30778: sage.doctest.control: Exclude doctests in files via file…
… directives ''# sage.doctest: optional - xyz' When a file is marked `# sage.doctest: optional - xyz`, we omit it from doctesting unless `--optional=xyz` is given. This will save us from having to add lots of `# optional - ...` tags to files in the course of modularization (#29705) We do this by extending `sage.doctest.control.skipfile`, which already parses files for `# nodoctest` file directives. Previous related proposals/discussions: #3260, #20427 Also related: #30746 URL: https://trac.sagemath.org/30778 Reported by: mkoeppe Ticket author(s): Matthias Koeppe, John Palmieri Reviewer(s): John Palmieri, Matthias Koeppe
- Loading branch information
Showing
4 changed files
with
155 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.