id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	branch	branch_author	launchpad_bug
5520	Run tests in the order they are given on the command line	exarkun	exarkun	"Sometimes the order of unit tests is important.  In these unfortunate cases, it's nice to be able to isolate the buggy code by reducing the number of tests running until a minimal set that reproduces the problem is found.  However, it's very difficult to do this with trial because trial essentially randomizes the order of the tests it runs.

  $ trial foo bar

This should run all tests discovered under `foo` and then all tests discovered under `bar`.
"	enhancement	closed	normal		trial	fixed		jml cyli keturn@… bitsink@…	branches/trial-stable-argument-order-5520-3	Julian, exarkun, glyph	
