Opened 10 years ago
Last modified 8 years ago
#11337 needs_info task
Metaticket: fix sage-doctest — at Version 15
Reported by: | jdemeyer | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-feature |
Component: | doctest framework | Keywords: | doctest |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
- #6357: Make
sage -t worksheet.sws
work - #8708: Recognize doctests delimited by
'''
- #9224: Unify
sage-test
andsage-ptest
- #9449: The summary printed after running doctests is inaccurate
- #9739: Handle duplicate file basenames when testing multiple files in parallel
- #9827: Intermittent doctest failure in
sage/interfaces/psage.py
- #10458: Doctest framework fails to parse multiline input pasted from Sage interactive prompt
- #10952: Better numerical accuracy testing
- #11338: Fix signals/interrupts in
sage-doctest
- #11615: Clean up and document "known bug" and "optional: requires PKG" tags for doctests
- #11793: Autogenerate list of doc language directories for doctesting purposes
- #11821: Revise
sage-preparse
, and modifysage-doctest
accordingly - #11893: Fix problems with doctesting non-library python files
- #12069: fix doctesting of .sage files and non-library files.
- #12415: Replace Sage's doctesting code with Robert Bradshaw's, which adds new features.
- #12493: tol and optional in doctests don't play well together
- #12704: Restore doctesting of non-library files.
- #12991: Don't doctest autogenerated .rst files.
Change History (15)
comment:1 Changed 10 years ago by
- Description modified (diff)
comment:2 Changed 10 years ago by
- Description modified (diff)
comment:3 Changed 10 years ago by
- Description modified (diff)
comment:4 Changed 10 years ago by
- Description modified (diff)
comment:5 Changed 9 years ago by
- Description modified (diff)
comment:6 Changed 9 years ago by
comment:7 Changed 9 years ago by
- Description modified (diff)
comment:8 Changed 9 years ago by
- Description modified (diff)
comment:9 Changed 9 years ago by
- Description modified (diff)
comment:10 Changed 9 years ago by
- Component changed from scripts to doctest
- Description modified (diff)
comment:11 Changed 9 years ago by
- Description modified (diff)
comment:12 Changed 9 years ago by
- Description modified (diff)
comment:13 Changed 9 years ago by
- Description modified (diff)
comment:14 Changed 9 years ago by
- Description modified (diff)
comment:15 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?