Skip to content

Commit

Permalink
Add setup_module to unit test introduced on DM-31966.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed Oct 8, 2021
1 parent 38fb982 commit b412006
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_simple_pipeline_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ class MemoryTester(lsst.utils.tests.MemoryTestCase):
pass


def setup_module(module):
lsst.utils.tests.init()


if __name__ == "__main__":
lsst.utils.tests.init()
unittest.main()

0 comments on commit b412006

Please sign in to comment.