From 1fb35d875ed7895b0f85e62a7ece0b71ab004f53 Mon Sep 17 00:00:00 2001 From: Chanumask Date: Mon, 29 Jan 2024 11:20:07 +0100 Subject: [PATCH] added documentation testing rst to documentation --- docs/source/testing.rst | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/source/testing.rst diff --git a/docs/source/testing.rst b/docs/source/testing.rst new file mode 100644 index 0000000..efd9f81 --- /dev/null +++ b/docs/source/testing.rst @@ -0,0 +1,3 @@ +In EDYS, tests are seamlessly integrated through environment hooks, mirroring the organization of rules, as explained in the README.md file. +To include specific tests in your run, simply append them to the "tests" section within the configuration file. +If you want to write new tests, refer to the tests.py file for examples. There are no additional steps required, except for the straightforward inclusion of your custom tests in the configuration. \ No newline at end of file