Create decorators dedicated to **execution duration** unit testing. These decorators will allow the user to test : - the execution duration of a given function, - the execution duration of a given class.
Create decorators dedicated to execution duration unit testing.
These decorators will allow the user to test :