def test_06_iterator(self): """calling __iter__() should return an iterator""" self.assertIsInstance(self.source.__iter__(), Iterator)