Created
June 6, 2021 14:47
-
-
Save warvariuc/43af88b6500b7819e6f188e1ee3a5651 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Make test method names str more friendly for feeding them to ./manage.py test | |
unittest.case.TestCase.__str__ = lambda self: \ | |
f'{self.__class__.__module__}.{self.__class__.__qualname__}.{self._testMethodName}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment