From 91f3ed212beb7fbf05e34a90a1926769763ad880 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 12 Apr 2009 11:52:08 -0400 Subject: Generated nose tests are better when they have a unique description. --- test/test_farm.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/test_farm.py b/test/test_farm.py index 8febd2c1..e1a8c175 100644 --- a/test/test_farm.py +++ b/test/test_farm.py @@ -41,6 +41,7 @@ class FarmTestCase(object): `dont_clean` means that the clean() action is not executed. """ + self.description = runpy self.dir, self.runpy = os.path.split(runpy) self.clean_only = clean_only self.dont_clean = dont_clean -- cgit v1.2.1