drop references to debug.py

This commit is contained in:
Jörg Thalheim
2024-01-02 15:22:36 +01:00
parent 328a24ab39
commit 2ec7282389

View File

@@ -45,9 +45,3 @@ Run all checks
```console
nix flake check
```
## Debugging functions
Debugging functions can be found under `src/debug.py`
quite interesting is the function breakpoint_shell() which drops you into a shell
with the test environment loaded.