0 votes
in Python by
Q. Which of the following decorator is used to skip a test if a given condition is false, with unittest?

a). unittest.skipIf

b). unittest.skipUntil

c). unittest.skipUnless

d). unittest.skip

Related questions

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