Closed divarvel closed 1 year ago
Just a high-level read-through as I'm trying to catch up 😄
Thanks! I'll be able to unskip the world comparisons on scoped facts in a follow-up PR now that we have https://github.com/biscuit-auth/biscuit-rust/pull/156
alright, the test suite now uses all the information from the JSON file.
The samples containing v4 blocks are still skipped, as well as the 017 sample, which uncovered some bug / missing parts in the current implementation. They are handled in #121
The goal of this PR is to make full use of the samples by generating tests thanks to the
samples.json
filePlease note:
test017_expressions.bc
is currently skipped even though it should pass. The go parser does not support yet the full range of expressions in v3 blocks. It will be handled in a separate PR