Exemplo n.º 1
0
 def testSettingInputConfig(self, config):
     """ That that new input config is the correct one. """
     SizeConfig.set_input_config(config)
     self.assertEqual(str(config), str(SizeConfig.INPUT_CONFIG))