diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-12 11:52:08 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-12 11:52:08 -0400 |
commit | 91f3ed212beb7fbf05e34a90a1926769763ad880 (patch) | |
tree | e4efcc875efaccb5ede78681dc9952027dd226a6 | |
parent | e8ee02440906524913f8d40507818ddaf8f87380 (diff) | |
download | python-coveragepy-git-91f3ed212beb7fbf05e34a90a1926769763ad880.tar.gz |
Generated nose tests are better when they have a unique description.
-rw-r--r-- | test/test_farm.py | 1 |
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 |