#412 Reverts docstring change related to dropped nosetests
Merged 3 years ago by onosek. Opened 3 years ago by onosek.
onosek/fedpkg revert_docstring  into  master

file modified
-8
@@ -28,14 +28,6 @@ 

      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):

This was forgotten during the switch to the pytest.
Relates to https://pagure.io/fedpkg/pull-request/399

Pull-Request has been merged by onosek

3 years ago