drop runSchemaTests/runMockApi from checks

This commit is contained in:
Jörg Thalheim
2024-01-11 17:51:30 +01:00
parent f6b6229f78
commit 32ec520fa5
2 changed files with 14 additions and 70 deletions

View File

@@ -174,14 +174,6 @@ 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: