Skip to content
Snippets Groups Projects
Commit 0d3697261693 authored by Martijn Pieters's avatar Martijn Pieters
Browse files

perfext: add a no-op tear-down method

parent fc7ede6ac50b
No related branches found
No related tags found
No related merge requests found
......@@ -263,6 +263,11 @@
if key in os.environ:
self.environ[key] = os.environ[key]
def teardown(self, *args, **kwargs):
# only here for consintency and ease; you can use super().teardown()
# in subclasses to mirror super().setup().
pass
class BaseNChangesetsTestSuite(BaseTestSuite):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment