You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments