Opened 11 years ago
Closed 11 years ago
#8023 closed defect (duplicate)
doctest in combinat/words/morphism.py creates a file "test.sobj" not in a temporary directory
Reported by: | jhpalmieri | Owned by: | sage-combinat |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | combinatorics | Keywords: | |
Cc: | Merged in: | ||
Authors: | John Palmieri | Reviewers: | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Doctests in Sage should only create files in temporary directories, like SAGE_TMP. The attached patch fixes a doctest in sage/combinat/words/morphism.py.
Attachments (1)
Change History (5)
Changed 11 years ago by
comment:1 Changed 11 years ago by
- Milestone set to sage-4.3.2
- Status changed from new to needs_review
comment:2 follow-up: ↓ 3 Changed 11 years ago by
comment:3 in reply to: ↑ 2 Changed 11 years ago by
comment:4 Changed 11 years ago by
- Milestone changed from sage-4.3.2 to sage-duplicate/invalid/wontfix
- Resolution set to duplicate
- Status changed from needs_review to closed
Note: See
TracTickets for help on using
tickets.
#5155 has a similar fix along with other stuff for preventing stuff to be written to $SAGE_ROOT