Skip to content

Releases: NicolasLacroix/PyUnitPerf

Memory testing

20 Sep 16:46
ce5cbc0
Compare
Choose a tag to compare

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.