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
commit25fb45c262fa06dad89bd4343d857db1741db7fb (patch)
treea1bee8a4f43f22244c380c3973e27746570e4ff5
parent60b1c0b11f76014356687b711f6690c7bfb2c769 (diff)
downloadpython-coveragepy-25fb45c262fa06dad89bd4343d857db1741db7fb.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 8febd2c..e1a8c17 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