Move testing guide into their own chapters

This commit is contained in:
Oliver Günther
2025-10-17 09:50:33 +02:00
parent a806d1ce5b
commit f5ff40f93c
10 changed files with 474 additions and 466 deletions
@@ -20,7 +20,7 @@ keywords: development setup
Please have a look at [our development guidelines](../code-review-guidelines/) for tips and guides on how to start
coding. We have advice on how to get your changes back into the OpenProject core as smooth as possible.
Also, take a look at the `docs` directory in our sources, especially
the [how to run tests](../running-tests) documentation (we like to have automated tests for every new developed feature).
the [how to run tests](../testing) documentation (we like to have automated tests for every new developed feature).
## Troubleshooting