Opened 9 years ago
Last modified 6 years ago
#12906 new enhancement
Bring doctest coverage of misc.log to 100%
Reported by: | itaibn | Owned by: | itaibn |
---|---|---|---|
Priority: | major | Milestone: | sage-6.4 |
Component: | doctest coverage | Keywords: | coverage doctest log |
Cc: | Merged in: | ||
Authors: | itaibn | Reviewers: | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
This is part of metaticket #12024.
Attachments (1)
Change History (6)
comment:1 Changed 9 years ago by
comment:2 Changed 7 years ago by
- Milestone changed from sage-5.11 to sage-5.12
comment:3 Changed 7 years ago by
- Milestone changed from sage-6.1 to sage-6.2
comment:4 Changed 7 years ago by
- Milestone changed from sage-6.2 to sage-6.3
comment:5 Changed 6 years ago by
- Milestone changed from sage-6.3 to sage-6.4
Note: See
TracTickets for help on using
tickets.
I'm having difficulty with doctesting this. This module is intended to log ipython sessions. However, doctesting isn't done inside ipython, so the tests need to instantiate an ipython program which is internally controlled. If anybody is reading this and knows a way to do this, please help.