From 0e55587373de4c0642195af9dd5e43019de0d91d Mon Sep 17 00:00:00 2001 From: Seungheon Oh Date: Mon, 18 Apr 2022 17:52:30 -0500 Subject: [PATCH] Little guidance for `agora-test` I noticed `agora-test` is quote poorly documented... While it will receive a restructure when we migrate to `plutarch-test`, these are small notes in the meantime. --- agora-test/README.org | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 agora-test/README.org diff --git a/agora-test/README.org b/agora-test/README.org new file mode 100644 index 0000000..adb3d6c --- /dev/null +++ b/agora-test/README.org @@ -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 migration to =plutarch-test= with golden test.