def test_default(self): config = CompileConfig() self.assertEqual(config.specs, [])
def test_repr(self): config = CompileConfig() self.assertEqual(config.__repr__(), str(config.__dict__))