Which of the following decorator is used to report a test as a failure one, if execution of it takes more than the specified number of seconds?
Questions & Answers › Category: Programming Language › Which of the following decorator is used to report a test as a failure one, if execution of it takes more than the specified number of seconds?
Which of the following decorator is used to report a test as a failure one, if execution of it takes more than the specified number of seconds?
a. @timeit
b. @time
c. @timecheck
d. @timed