agora/agora-test
fanghr b34d6b294d
refactor tests of the effect
* test both the effect and governor in the spec
* test that the effect and governor will fail when try setting the
  governor state to a invalid one
2022-05-19 21:31:22 +08:00
..
Spec refactor tests of the effect 2022-05-19 21:31:22 +08:00
README.org fixes 2022-04-19 08:04:39 -04:00
Spec.hs add templates of tests and samples 2022-05-17 20:54:17 +08:00

Agora Test

This folder is the test suite for Agora governance system.

  • /Spec contains different tests for different elements of Agora.
  • /Spec/Model contain apropos-tx model for logical suite generation and tests.
  • /Spec/Sample contains primitive hand-made example values.
  • Util.hs contains helper functions

Currently, planning to introduce plutarch-test for unit tests, benchmarks, and golden tests.