testing/py: rename debug_print() to run_debug()

This commit is contained in:
Jussi Saurio 2025-05-12 10:52:13 +03:00
parent 9b96e2bcc3
commit 6926d7b931
3 changed files with 6 additions and 6 deletions

View file

@ -46,7 +46,7 @@ def test_uuid():
limbo.quit()
```
You can use run_test, run_test_fn, or debug_print to interact with the shell and validate results.
You can use run_test, run_test_fn, or run_debug to interact with the shell and validate results.
The constructor takes an optional argument with the `sql` you want to initiate the tests with. You can also enable blob testing or override the executable and flags.
Use these Python-based tests for validating: