diff options
-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 |