objectionary / normalizer

Command Line Normalizer of 𝜑-calculus Expressions
https://www.objectionary.com/normalizer/
MIT License
7 stars 2 forks source link

`test` command #483

Open yegor256 opened 3 weeks ago

yegor256 commented 3 weeks ago

Currently, I can't run the tests in my YAML rule file. Would be great to have a special command:

normalizer test --rules simple.yml

It should run all tests for all rules.

Maybe, we can run tests of only one rule:

normalizer test --rules simple.yml --only my-rule
yegor256 commented 3 weeks ago

@deemp pleas, check this one