Create decorators dedicated to **memory load** unit testing. These decorators will allow the user to test : - the memory taken up by a given function, - the memory taken up by a given class.
Create decorators dedicated to memory load unit testing.
These decorators will allow the user to test :