Added deal contract framework and testing documentation

This commit is contained in:
Qubasa
2023-11-08 19:50:31 +01:00
parent e565c0527c
commit 93c6270386
6 changed files with 160 additions and 18 deletions

View File

@@ -172,6 +172,14 @@ nix build .#checks.x86_64-linux.clan-pytest --rebuild
This command will run all pure test functions.
### Running schemathesis fuzzer on GET requests
```bash
nix run .#runSchemaTests
```
If you want to test more request types edit the file `checks/impure/flake-module.nix`
### Inspecting the Nix Sandbox
If you need to inspect the Nix sandbox while running tests, follow these steps: