Module 19: Testing & Quality Assurance Quiz
Test your Python knowledge with this interactive 1-question quiz on Module 19: Testing & Quality Assurance. Passing score: 70%. Get instant feedback and earn XP.
Questions
Question 1: Which assertion method in unittest checks if two values are equal?
- self.assertIs()
- self.assertEqual()
- self.assertMatch()
- self.assertTrue()