Docs: Add documentation on writing and running tests (#2348)

* Docs: Add documentation on writing and running tests

* review improvements

* sliver requests
This commit is contained in:
Aaron Wagener
2023-12-01 03:26:27 -06:00
committed by GitHub
parent 80fed1c6fb
commit c7d4c2f63c
3 changed files with 95 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ Contributions are welcome. We have a few requests for new contributors:
* **Ensure that critical changes are covered by tests.**
It is strongly recommended that unit tests are used to avoid regression and to ensure everything is still working.
If you wish to contribute by adding a new game, please take a look at the [logic unit test documentation](/docs/world%20api.md#tests).
If you wish to contribute by adding a new game, please take a look at the [logic unit test documentation](/docs/tests.md).
If you wish to contribute to the website, please take a look at [these tests](/test/webhost).
* **Do not introduce unit test failures/regressions.**