TEIC / atop

Another TEI ODD Processor
Other
9 stars 2 forks source link

Transpile tests need to validate output RNG as well as other validation processes #26

Closed martindholmes closed 2 months ago

martindholmes commented 3 months ago

We recently learned that a test process which produces an invalid RNG file does not cause tests to fail; we need to add a step to the tests which validate the RNG schemas produced.

martindholmes commented 2 months ago

I will work on this. The plan is to validate all .rng files in the PLODD test suite, so if any stray files have been put there by the end-user, they will be validated too.

martindholmes commented 2 months ago

Implemented in commit 1440d30718ea8b479e48a0cf48fe33c1af188af1, but only validating RNGs produced by PLODD transformation. Who knows what other broken RNGs may be floating around.