Fantom-foundation / Norma

Integration project of Carmen and Tosca
GNU Lesser General Public License v3.0
2 stars 9 forks source link

[Testing] Scenario Testing now run some scenarios as part of Unit Testing #248

Closed rpl-ffl closed 2 weeks ago

rpl-ffl commented 4 weeks ago

Currently, all scenarios under scenarios folder has its syntax checked. We extend this by actually execute all scenarios under scenarios/unit_testing as part of unit test to make sure that Norma behaves as expected.

rpl-ffl commented 3 weeks ago

Paused as lower priority. TODO: refactor run.go so that it could be programmatically ran by the unit tests scenario_test.go.