From 75e290160e9dcec15b8a87c8569c6a11ee7bf79d Mon Sep 17 00:00:00 2001 From: ibizaman Date: Tue, 7 Mar 2023 00:09:54 -0800 Subject: [PATCH] add unit tests document --- docs/tutorials/unittests.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/tutorials/unittests.md diff --git a/docs/tutorials/unittests.md b/docs/tutorials/unittests.md new file mode 100644 index 0000000..5c8a632 --- /dev/null +++ b/docs/tutorials/unittests.md @@ -0,0 +1,6 @@ +# Unit Tests + +Unit tests are used in Self Host Blocks to check that parsing +configurations produce the expected result. + +You can find all unit tests under the [tests/](/tests/) directory.