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