dyedgreen / deno-sqlite

Deno SQLite module
https://deno.land/x/sqlite
MIT License
409 stars 36 forks source link

Use new per-test permissions #157

Closed dyedgreen closed 2 years ago

dyedgreen commented 2 years ago

We have a few tests to see what happens in read only mode, as well as a few tests that require write permissions. This feature could simplify our test setup.

dyedgreen commented 2 years ago

It would also be a good idea to split the tests up across multiple files.