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
183 stars 19 forks source link

sqlite doesn't support Decimal objects natively #33

Closed DanCardin closed 5 years ago

DanCardin commented 5 years ago

It emits this warning every time you try to persist a Decimal object. Options include:

langelgjm commented 5 years ago

I vote for 1. I feel like if you care about rounding errors you're either doing testing wrong or shouldn't be using SQLite...

oakhan3 commented 5 years ago

Ticket: https://schireson.atlassian.net/browse/RUBY-552