agora/agora-test
fanghr 92c64f8d7a
store timing config in the proposal datum
.... and mock the value upon creation for now
2022-05-20 03:35:29 +08:00
..
Spec store timing config in the proposal datum 2022-05-20 03:35:29 +08:00
README.org fixes 2022-04-19 08:04:39 -04:00
Spec.hs add tests for 'pnubSort' and 'pisUniq' 2022-05-16 20:38:21 +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.