agora/agora-test
Seungheon Oh 05a6808767
stricter constraints over inputs
It will only allow treasuries given in the datum as input. It prevents
unwanted change in the system.
2022-04-22 19:01:36 -05:00
..
Spec stricter constraints over inputs 2022-04-22 19:01:36 -05:00
README.org fixes 2022-04-19 08:04:39 -04:00
Spec.hs Yeah! Treasury Withdrawal Effect works with good tests 2022-04-21 19:02:10 -05: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.