Releases: NicolasLacroix/PyUnitPerf
Releases · NicolasLacroix/PyUnitPerf
Memory testing
Adding memory testing decorators :
-
memory_not_exceed
to test that a code snippet won't exceed the defined memory threshold. -
memory_not_leak
to test that a code snippet won't leak memory.