epics-extensions / WeTest

Test automation utility for EPICS modules (from YAML configuration to PDF test reports)
Other
8 stars 2 forks source link

use ruaml instead of pyaml #51

Open vnadot opened 2 years ago

vnadot commented 2 years ago

Reasons:

gohierf commented 2 years ago

As far as I understand you would like that WeTest accepts duplicate keys ? What use case do you have in mind ?

gohierf commented 2 years ago

Ok I didn't get it at first because of the partial description of the issue.

You suggest using RUAML instead of PyYaml because PyYaml doesn't output any warning when a duplicate key is used.

Currently PyYaml just ignores duplicated keys and uses the latest value read.

Seems OK for me to switch to RUAML for WeTest.