﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	launchpad_bug
2811	"coverage: replace run_trial with ""python -m twisted.trial"""	warner		"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
"	task	closed	normal	eventually	code	1.11.0	fixed	easy		
