Opened at 2016-08-28T06:51:36Z
Closed at 2018-01-04T21:54:28Z
#2811 closed task (fixed)
coverage: replace run_trial with "python -m twisted.trial"
Reported by: | warner | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | eventually |
Component: | code | Version: | 1.11.0 |
Keywords: | easy | Cc: | |
Launchpad Bug: |
Description
Twisted-16.4.0 was just released today, and one of the improvements is the addition of python -m twisted.trial, which should behave just like trial. This will be handy for our tox -e coverage environment, which must currently import a module that we wrote (allmydata.test.run_trial) to do the same thing.
The fix will be:
- change tox.ini to use -m twisted.trial instead of -m allmydata.test.run_trial
- depend upon twisted >=16.4.0
- delete allmydata.test.run_trial
Change History (1)
comment:1 Changed at 2018-01-04T21:54:28Z by meejah
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed by https://github.com/tahoe-lafs/tahoe-lafs/pull/454