Opened 11 years ago
Closed 11 years ago
#8891 closed defect (fixed)
sage -t doesn't accept . as current directory
Reported by: | wjlaffin | Owned by: | tbd |
---|---|---|---|
Priority: | minor | Milestone: | sage-4.5 |
Component: | doctest coverage | Keywords: | |
Cc: | Merged in: | sage-4.5.alpha0 | |
Authors: | Mike Hansen | Reviewers: | Mitesh Patel |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Attachments (1)
Change History (4)
Changed 11 years ago by
comment:1 Changed 11 years ago by
- Milestone set to sage-4.4.2
- Status changed from new to needs_review
comment:2 Changed 11 years ago by
- Reviewers set to Mitesh Patel
- Status changed from needs_review to positive_review
Without the patch, I get, e.g.,
mpatel@sage monoids$ sage -t . ---------------------------------------------------------------------- All tests passed! Total time for all tests: 0.0 seconds mpatel@sage monoids$
With the patch, I get
mpatel@sage monoids$ sage -t . sage -t "./string_monoid_element.py" [2.1 s] [...]
comment:3 Changed 11 years ago by
- Merged in set to sage-4.5.alpha0
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
It was explicitly disabled long ago (before Trac), but I don't see any reason why it should be now.