I keep hearing about lsst.utils.tests.MemoryTestCase?, but I don’t understand the need for this test in Python garbage-collected code.
Is there documentation available about the recommend use of
lsst.utils.tests.MemoryTestCase
Is there at least an undocumented consensus about its use?
http://developer.lsst.io/en/latest/coding/unit_test_policy.html
seems to be at a higher level and doesn’t seem to cover this.  A search for MemoryTestCase at developer.lsst.io didn’t find any matches.