drop references to debug.py

This commit is contained in:
Jörg Thalheim
2024-01-02 15:22:36 +01:00
parent c1e449e055
commit 0ecfaa96cf

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.