Exemple #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"))
Exemple #2
0
	def test_update_config_input_type(self):
		interface = Interface(self.file_handler_xml1)
		self.assertTrue(interface.update_config_input_type("TXT"))