Added documentation on contract and property based testing

This commit is contained in:
Qubasa
2023-11-07 14:35:04 +01:00
parent dbe32b5e72
commit bff01be4d1
2 changed files with 50 additions and 0 deletions

View File

@@ -192,6 +192,8 @@ If you need to inspect the Nix sandbox while running tests, follow these steps:
These debugging and testing methods will help you identify and fix issues in your backend code efficiently, ensuring the reliability and robustness of your application.
For more information on testing read [property and contract based testing](testing.md)
# Using this Template
To make the most of this template: