Remove obsolete stuffs
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
"""
|
||||
Utilities for changing test behaviour while hunting
|
||||
for refleaks
|
||||
"""
|
||||
|
||||
_hunting_for_refleaks = False
|
||||
def hunting_for_refleaks():
|
||||
return _hunting_for_refleaks
|
||||
Reference in New Issue
Block a user