Opened at 2016-07-12T16:31:57Z
Closed at 2016-09-10T00:08:32Z
#2799 closed defect (fixed)
make 'python setup.py {trial,test}' print the One True Way to run tests
Reported by: | daira | Owned by: | warner |
---|---|---|---|
Priority: | normal | Milestone: | 1.12.0 |
Component: | code | Version: | 1.11.0 |
Keywords: | tests setuptools | Cc: | |
Launchpad Bug: |
Description (last modified by daira)
python setup.py test was disabled, but it now outputs that zero tests succeeded.
Change History (7)
comment:1 Changed at 2016-07-12T16:34:47Z by daira
- Owner set to daira
- Status changed from new to assigned
comment:2 Changed at 2016-07-12T16:35:50Z by daira
- Description modified (diff)
comment:3 Changed at 2016-07-19T05:17:59Z by warner
Do you mean that running python setup.py trial ought to print a message that says 'tox' is the One True Way to run tests ?
comment:4 Changed at 2016-09-06T16:54:18Z by warner
- Owner changed from daira to warner
- Status changed from assigned to new
comment:5 Changed at 2016-09-09T22:42:38Z by warner
Incidentally, I'm removing tahoe debug trial (q.v. #2735), replacing it for this release with a message that points at tox.
comment:6 Changed at 2016-09-09T23:40:52Z by warner
python setup.py trial currently displays an error, I think that's fine.
python setup.py test currently tries to install some eggs, which is pretty weird.
comment:7 Changed at 2016-09-10T00:08:32Z by Brian Warner <warner@…>
- Resolution set to fixed
- Status changed from new to closed
In 3aac5aa/trunk:
Note: See
TracTickets for help on using
tickets.
See https://github.com/tahoe-lafs/tahoe-lafs/commit/ce088ad27cf5a2de7cf3e09384680c4d994733cf for inspiration of how to do that.