Opened 7 years ago
Closed 7 years ago
#18051 closed defect (duplicate)
Doctests in global options docs are ignored
Reported by: | darij | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | doctest framework | Keywords: | global options, doctest, partitions, sage-combinat |
Cc: | sage-combinat, jdemeyer | Merged in: | |
Authors: | Reviewers: | Jeroen Demeyer | |
Report Upstream: | N/A | Work issues: | |
Branch: | u/darij/global-options-proof-of-concept-DONT-MERGE (Commits, GitHub, GitLab) | Commit: | fbb4cd443b7be55ab5bb10e6033c3eb69482dbe2 |
Dependencies: | Stopgaps: |
Description (last modified by )
The doctesting framework completely ignores any tests in the end_doc
part of a GlobalOptions
object. See the attached branch for an example.
This is why the bug in #17995 has taken that long to find.
Change History (4)
comment:1 Changed 7 years ago by
- Description modified (diff)
comment:2 Changed 7 years ago by
- Milestone changed from sage-6.6 to sage-duplicate/invalid/wontfix
- Reviewers set to Jeroen Demeyer
- Status changed from new to needs_review
comment:3 Changed 7 years ago by
- Status changed from needs_review to positive_review
comment:4 Changed 7 years ago by
- Resolution set to duplicate
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
Duplicate of #16693.