Пример #1
0
 def test_default(self):
     config = CompileConfig()
     self.assertEqual(config.specs, [])
Пример #2
0
 def test_repr(self):
     config = CompileConfig()
     self.assertEqual(config.__repr__(), str(config.__dict__))
Пример #3
0
 def test_repr(self):
     config = CompileConfig()
     self.assertEqual(config.__repr__(), str(config.__dict__))