Adding memory testing decorators :
-
memory_not_exceedto test that a code snippet won't exceed the defined memory threshold. -
memory_not_leakto test that a code snippet won't leak memory.
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.