def test_2(self): """Illustrate how to use unittest.expectedFailure""" print("in test_2") self.assertEqual(1 + 1, 3) #@unittest.skip("Skipping test_1")