0 votes
in Python by

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?

@timecheck

@timed

@timeit

@time

1 Answer

0 votes
by
Ans is

@timed

Related questions

0 votes
asked Jul 16, 2020 in Python by GeorgeBell
0 votes
asked Jul 16, 2020 in Python by GeorgeBell
...