Skip to content

Memory testing

Latest

Choose a tag to compare

@NicolasLacroix NicolasLacroix released this 20 Sep 16:46
ce5cbc0

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.