Opened 12 years ago
Closed 10 years ago
#202 closed defect (fixed)
'python setup.py trial' and 'python setup.py test' should work
Reported by: | davidsarah | Owned by: | Brian Warner |
---|---|---|---|
Priority: | minor | Milestone: | 0.6.5 |
Component: | packaging | Version: | 0.6.4 |
Keywords: | test | Cc: | davidsarah |
Description
They should be equivalent to trial foolscap.test
.
Change History (2)
comment:1 Changed 12 years ago by
Cc: | davidsarah added |
---|---|
Keywords: | review-needed added |
Owner: | changed from davidsarah to Brian Warner |
comment:2 Changed 10 years ago by
Keywords: | review-needed removed |
---|---|
Milestone: | undecided → 0.6.5 |
Resolution: | → fixed |
Status: | new → closed |
Whoops, this was actually closed a month ago, in [da2216f36e8a0cdeb17ed4ef75a41a64bab2ba48], which made it into 0.6.5
Note: See
TracTickets for help on using
tickets.
https://github.com/warner/foolscap/pull/13
I actually made them equivalent to
trial --rterrors foolscap.test
, since I always prefer to use--rterrors
.