schireson / pytest-mock-resources

Pytest Fixtures that let you actually test against external resource (Postgres, Mongo, Redshift...) dependent code.
https://pytest-mock-resources.readthedocs.io/en/latest/quickstart.html
MIT License
179 stars 19 forks source link

Make use of built-in sqlite json and strict support #128

Closed DanCardin closed 8 months ago

DanCardin commented 2 years ago

Is your feature request related to a problem? Please describe. https://www.sqlite.org/stricttables.html and json support are now native (in more/very recent sqlite versions.

Describe the solution you'd like Ideally we would detect the availability of such features and use them directly, rather than patching in our own support/enabling pragmas.