394
394
self.assertRaises(AssertionError, self.assertIsInstance, None, int)
395
395
self.assertRaises(AssertionError, self.assertIsInstance, 23.3, int)
399
self.assertRaises(AssertionError, self.assertEndsWith, 'o', 'oo')
398
402
class TestConvenienceMakers(TestCaseWithTransport):
399
403
"""Test for the make_* convenience functions."""