mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-05 02:28:02 +00:00
testing/py: rename debug_print() to run_debug()
This commit is contained in:
parent
9b96e2bcc3
commit
6926d7b931
3 changed files with 6 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue