Merge pull request #60 from Liqwid-Labs/seungheonoh/testDocumentation

Little guidance for `agora-test`
This commit is contained in:
Emily 2022-04-19 14:10:28 +02:00 committed by GitHub
commit 9e7c6032d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
agora-test/README.org Normal file
View file

@ -0,0 +1,11 @@
#+Title: 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.