Opened 11 years ago
Closed 11 years ago
#7059 closed defect (fixed)
[with patch, positive review] Stop Sage tests from saving things to hard drive -- really!
Reported by: | jhpalmieri | Owned by: | jhpalmieri |
---|---|---|---|
Priority: | blocker | Milestone: | sage-4.1.2 |
Component: | doctest coverage | Keywords: | |
Cc: | kcrisman | Merged in: | |
Authors: | John Palmieri | Reviewers: | Karl-Dieter Crisman |
Report Upstream: | Work issues: | ||
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
This is a followup to #6864. A few doctests are still writing some files to non-temporary directories. I think the attached patch fixes this, and it also adds a paragraph to the developer's guide warning about this sort of thing.
Attachments (1)
Change History (4)
Changed 11 years ago by
comment:1 Changed 11 years ago by
- Reviewers set to Karl-Dieter Crisman
- Summary changed from [with patch, needs review] Stop Sage tests from saving things to hard drive -- really! to [with patch, positive review] Stop Sage tests from saving things to hard drive -- really!
comment:2 Changed 11 years ago by
- Milestone changed from sage-4.1.3 to sage-4.1.2
- Priority changed from major to blocker
I'm making this a 4.1.2 blocker.
comment:3 Changed 11 years ago by
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Positive review. You beat me to it! Good idea to add it to the devel guide.