Closed xmkg closed 6 months ago
the scenario-test mapping checks were residing in unit tests, and they're now moved to a dedicated tool under tools/validation named hotyvalidate.py. this patch also adds a tox env named hotyvalidate that runs the said tool.
tools/validation
hotyvalidate.py
hotyvalidate
also added some logging to the tool itself.
Fixes #857
the scenario-test mapping checks were residing in unit tests, and they're now moved to a dedicated tool under
tools/validation
namedhotyvalidate.py
. this patch also adds a tox env namedhotyvalidate
that runs the said tool.also added some logging to the tool itself.
Fixes #857