﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
15051	django.test.reorder_suite isn't a stable sort	w004dal	nobody	"I have run into cases where tests must run in a specific order (ie. if I'm going to test terminating the web server and see how the web services behind it respond, then I want that test to run last).

The reordering and grouping of tests together in django.test.reorder_suite isn't a ""stable sort"".

If all of the tests are of the same type, then if I have an array of tests called 'x', then for all permutations of the elements of 'x', stable_sort(x) == x."		closed	Testing framework	1.2		wontfix		w004dal@…	Unreviewed	0	0	0	0	0	0
