conjure-cp / conjure-oxide

Mozilla Public License 2.0
9 stars 16 forks source link

fix(cli): make cli and tester use same rule-sets #414

Closed niklasdewally closed 3 weeks ago

niklasdewally commented 3 weeks ago

The CLI and tester are using different, hard-coded lists of rule-sets. This causes models that run in the tester to fail when run with the CLI.

Replace these hard-coded values with a call to get_default_rule_sets(), making the rule-sets used consistent.