﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	launchpad_bug
2432	consistently use self.mktemp() to create a temporary directory in tests	daira	daira	"Currently we use a hotchpotch of methods to create a temporary directory for a test -- specifying the name manually, using a `workdir` method, using `self.mktemp()` from `twisted.trial.unittest.TestCase`, etc. (It is usually consistent within a test module but not across modules.)

We should just use `self.mktemp()`, or if there is something wrong with that then we should consistently use our own mixin.
"	defect	new	normal	soon	code	1.10.0		tests cleanup		
