Opened 6 years ago
Closed 6 years ago
#18621 closed defect (fixed)
Fix "optional long time" doctests
Reported by: | jdemeyer | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-6.8 |
Component: | doctest coverage | Keywords: | |
Cc: | Merged in: | ||
Authors: | Jeroen Demeyer | Reviewers: | Nathann Cohen |
Report Upstream: | N/A | Work issues: | |
Branch: | a248304 (Commits) | Commit: | a24830466fb3dc15077b425e99e7f41a89db9550 |
Dependencies: | Stopgaps: |
Description (last modified by )
optional long time
should be just long time
in src/sage/combinat/words/paths.py
While we're at it, we fix two more optional tests in that file.
Change History (5)
comment:1 Changed 6 years ago by
- Description modified (diff)
comment:2 Changed 6 years ago by
- Branch set to u/jdemeyer/fix__optional_long_time__doctests
comment:3 Changed 6 years ago by
- Commit set to a24830466fb3dc15077b425e99e7f41a89db9550
- Status changed from new to needs_review
comment:4 Changed 6 years ago by
- Reviewers set to Nathann Cohen
- Status changed from needs_review to positive_review
comment:5 Changed 6 years ago by
- Branch changed from u/jdemeyer/fix__optional_long_time__doctests to a24830466fb3dc15077b425e99e7f41a89db9550
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
Fix optional doctests