mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 10:08:20 +00:00
add integrity check to write tests
This commit is contained in:
parent
c7799c8ec5
commit
3e05496078
1 changed files with 5 additions and 0 deletions
|
@ -73,6 +73,11 @@ class InsertTest(BaseModel):
|
|||
lambda res: res == str(self.vals * 2),
|
||||
"Counting total rows inserted",
|
||||
)
|
||||
sqlite.run_test_fn(
|
||||
"PRAGMA integrity_check;",
|
||||
lambda res: res == "ok",
|
||||
"Integrity Check",
|
||||
)
|
||||
console.info()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue