objectionary / eo-phi-normalizer

Command Line Normalizer and Rewriter of 𝜑-calculus Expressions (part of EOLANG family)
https://www.objectionary.com/eo-phi-normalizer/
MIT License
7 stars 2 forks source link

Run tests on all rule sets #447

Open deemp opened 2 months ago

deemp commented 2 months ago

Details

Context

There are two rule sets (implementations of Yegor's rules):

  1. yegor.yaml
  2. built-in rules via fastYegorInsideOut

Problem

Currently, we don't run tests for built-in rules.

Solution

Run tests with built-in rules after running them with yegor.yaml rules.

Subtasks