What assertion method will you use when you want to check if an object is an instance of a specific class?
What assertion method will you use when you want to check if an object is an instance of a specific class?
a. unittest.TestCase.assertIs()
b. unittest.TestCase.assertIsInstance()
c. unittest.TestCase.assertTrue()
d. unittest.TestCase.assertIn()
e. unittest.TestCase.assertNotIsInstance()