rust-italia / dgc

A parser and validator for the EU Digital Green Certificate (dgc) a.k.a. greenpass
https://github.com/rust-italia/dgc
MIT License
26 stars 11 forks source link

Use the restricted subset of validation tests #40

Open lu-zero opened 2 years ago

lu-zero commented 2 years ago

We should use dcc-quality-assurance for our tests.

See the python script to parse the PNGs files

bfabio commented 2 years ago

@lu-zero that should probably be in addition to the current test suite and not in replacement of it.

lu-zero commented 2 years ago

That's the plan, a new import script should be prepared to deal with the PNG -> json conversion.