From b33c041b055f0bc243790d6cce4bb32689f3b4f3 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 28 Sep 2013 12:55:23 -0400 Subject: Mark a bunch of tests that don't need temp directories. --- tests/test_debug.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/test_debug.py') diff --git a/tests/test_debug.py b/tests/test_debug.py index 0132c1c8..985da40f 100644 --- a/tests/test_debug.py +++ b/tests/test_debug.py @@ -12,6 +12,8 @@ from tests.coveragetest import CoverageTest class InfoFormatterTest(CoverageTest): """Tests of misc.info_formatter.""" + run_in_temp_dir = False + def test_info_formatter(self): lines = list(info_formatter([ ('x', 'hello there'), -- cgit v1.2.1