Exemplo n.º 1
0
	def test_update_config_input_type_if_invalid(self):
		interface = Interface(self.file_handler_xml2)
		self.assertFalse(interface.update_config_input_type("DAT"))
Exemplo n.º 2
0
	def test_update_config_input_type(self):
		interface = Interface(self.file_handler_xml1)
		self.assertTrue(interface.update_config_input_type("TXT"))