Skip to content

Commit

Permalink
Add required setup_module() call.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlim committed Dec 10, 2020
1 parent f8f3121 commit d43ac2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_calexpCutout.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ class MemoryTestCase(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 d43ac2d

Please sign in to comment.