From 0e55587373de4c0642195af9dd5e43019de0d91d Mon Sep 17 00:00:00 2001 From: Seungheon Oh Date: Mon, 18 Apr 2022 17:52:30 -0500 Subject: [PATCH 1/4] 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. From 99fdfcbe318c9ac5ef7538c158ab3f3cc3dc47f0 Mon Sep 17 00:00:00 2001 From: SeungheonOh Date: Mon, 18 Apr 2022 22:57:04 +0000 Subject: [PATCH 2/4] removed random line break --- agora-test/README.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/agora-test/README.org b/agora-test/README.org index adb3d6c..111796c 100644 --- a/agora-test/README.org +++ b/agora-test/README.org @@ -1,8 +1,7 @@ #+Title: Agora Test This folder is the test suite for Agora governance system. -- =/Spec= contains different tests for different elements of -Agora. +- =/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. From 93f5ca2752b144510850c624d25f203230840fab Mon Sep 17 00:00:00 2001 From: Seungheon Oh Date: Tue, 19 Apr 2022 08:03:17 -0400 Subject: [PATCH 3/4] fix misleading information --- agora-test/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agora-test/README.org b/agora-test/README.org index 111796c..692f992 100644 --- a/agora-test/README.org +++ b/agora-test/README.org @@ -7,4 +7,4 @@ This folder is the test suite for Agora governance system. - =/Spec/Sample= contains primitive hand-made example values. - =Util.hs= contains helper functions -Currently, planning migration to =plutarch-test= with golden test. +Currently, planning to introduce =plutarch-test= and golden testings. From e67ca97256790770b52f0c1864e7cf32fcaa56f2 Mon Sep 17 00:00:00 2001 From: Seungheon Oh Date: Tue, 19 Apr 2022 08:04:39 -0400 Subject: [PATCH 4/4] fixes --- agora-test/README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/agora-test/README.org b/agora-test/README.org index 692f992..d7e7d2c 100644 --- a/agora-test/README.org +++ b/agora-test/README.org @@ -7,4 +7,5 @@ This folder is the test suite for Agora governance system. - =/Spec/Sample= contains primitive hand-made example values. - =Util.hs= contains helper functions -Currently, planning to introduce =plutarch-test= and golden testings. +Currently, planning to introduce =plutarch-test= for unit tests, +benchmarks, and golden tests.