Skip to content

Commit 6c420fb

Browse files
authored
Add Conformance Test Generation of 'Envs' and 'Equivs' (#214)
* Refactor tree depth collapsing to generator from writer * Refactor EvalModeList * Add generation of test environments. * Add generation of equivalence tests * Format the eval output assert per mode and group by euqiv classes * Refactor to model EvaluationMode and Test Values
1 parent 5d2f3b1 commit 6c420fb

File tree

7 files changed

+422
-161
lines changed

7 files changed

+422
-161
lines changed

partiql-conformance-test-generator/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ ion-rs = "0.14.*"
2727
codegen = "0.2.*"
2828
Inflector = "0.11.4"
2929
miette = "5.*"
30-
thiserror = "1.*"
30+
thiserror = "1.*"
31+
quote = "1.*"

0 commit comments

Comments
 (0)