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

Can use schemas with sqlite #41

Closed DanCardin closed 5 years ago

DanCardin commented 5 years ago

Describe the bug

E sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) near "SCHEMA": syntax error [SQL: 'CREATE SCHEMA IF NOT EXISTS viacom'] (Background on this error at: http:/

To Reproduce

Expected behavior it creates the schema for me!