summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-04-12 11:52:08 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-04-12 11:52:08 -0400
commit91f3ed212beb7fbf05e34a90a1926769763ad880 (patch)
treee4efcc875efaccb5ede78681dc9952027dd226a6
parente8ee02440906524913f8d40507818ddaf8f87380 (diff)
downloadpython-coveragepy-git-91f3ed212beb7fbf05e34a90a1926769763ad880.tar.gz
Generated nose tests are better when they have a unique description.
-rw-r--r--test/test_farm.py1
1 files changed, 1 insertions, 0 deletions
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