From 9879e0475dae9d06acb5b6c93e79e5e3c8a9d303 Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Thu, 14 Oct 2021 00:27:08 +0800 Subject: [PATCH] Add random test format doc --- tests/formats/random/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/formats/random/README.md diff --git a/tests/formats/random/README.md b/tests/formats/random/README.md new file mode 100644 index 0000000000..54b2c1a23e --- /dev/null +++ b/tests/formats/random/README.md @@ -0,0 +1,7 @@ +# Random tests + +The random tests are generated with various randomized states and blocks. + +## Test case format + +- `random` handler: same as the [`blocks`](../sanity/blocks.md) handler test case format from sanity tests.