コード例 #1
0
 def test_parse_yaml(self, desired_configs):
     # Setup
     file, desired_conf = desired_configs
     path_config = os.path.join(os.getcwd(), 'data_test', file)
     # Exercise
     actual_conf = ConfigReader.parse_yaml(path_config)
     # Verify
     assert desired_conf == actual_conf