Opened at 2016-07-12T16:31:57Z
Last modified at 2016-09-10T00:08:32Z
#2799 closed defect
make 'python setup.py {trial,test}' print the One True Way to run tests — at Version 2
Reported by: | daira | Owned by: | daira |
---|---|---|---|
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 (2)
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)
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.