team-genny / genny

0 stars 1 forks source link

Improve unit test coverage for formula parsing, compiling and execution #2

Open fergcb opened 4 months ago

fergcb commented 4 months ago

The unit test coverage for the formula parser is currently very low. There are currently only very basic tests.

Additional tests should be written for a broader range of formulas, and tests should isolate each stage of formula evaluation (parsing, compiling, and execution) for more useful test results.