File size: 165 Bytes
fde8ffd
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
"""
Utilities for changing test behaviour while hunting
for refleaks
"""

_hunting_for_refleaks = False
def hunting_for_refleaks():
    return _hunting_for_refleaks