From abe98b7b5e09a840ec09a1a27a3c254ad127d9ac Mon Sep 17 00:00:00 2001 From: Ondrej Nosek Date: Sep 07 2020 12:10:59 +0000 Subject: Reverts docstring change related to dropped nosetests Signed-off-by: Ondrej Nosek --- diff --git a/test/utils.py b/test/utils.py index 86a344a..3899412 100644 --- a/test/utils.py +++ b/test/utils.py @@ -28,14 +28,6 @@ except ImportError: import unittest -# to prevent printing the method's docstring in the nosetests list -def shortDescription(self): - return None - - -unittest.TestCase.shortDescription = shortDescription - - class Assertions(object): def get_exists_method(self, search_dir=None):