Skip to content

Commit

Permalink
Merge pull request #148 from lsst/u/jbosch/DM-31966-hotfix
Browse files Browse the repository at this point in the history
DM-31966, hotfix: Add setup_module to unit test.
  • Loading branch information
TallJimbo committed Oct 8, 2021
2 parents 38fb982 + b412006 commit dc29f13
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 dc29f13

Please sign in to comment.