def test_build_from_config_file_exist(self):
		config = Build()
		self.assertEqual(True, config.is_config_file_exist())