docs(tests): add a layered guide to the test tree (#14628)

This commit is contained in:
Kris Austin
2026-07-23 09:19:37 -03:00
committed by GitHub
parent f1f65342f0
commit 137e8e5e92
6 changed files with 436 additions and 1058 deletions
+8
View File
@@ -0,0 +1,8 @@
# OrcaSlicer tests
Building, running and writing tests is documented on the wiki, under [How to Test](https://www.orcaslicer.com/wiki/developer_reference/how_to_test.html).
Two files here rather than there, because coding agents only read what is in the repository:
- [AGENTS.md](AGENTS.md) is the same guidance in short form, and is what an agent working under `tests/` picks up.
- [CATCH2.md](CATCH2.md) is the Catch2 reference, including the mistakes that break a test at runtime.