From 374fa2ee1aae4bdc5f22e39c5b7ba905c52c6219 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 a92f41a35690bdaa2285bf9a96835ecf9f9f2403 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 4ac6e1c081edc9bab579ed59b7ca5a7790f3ddc5 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 a59c6fd55d1422aa627d2a30ca0edafafd4ba15a 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.