-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using local postgres for pytest #843
Conversation
slundqui
commented
Aug 21, 2023
•
edited
Loading
edited
- Spinning local postgres container for testing (system-test: Use postgres in tests instead of sqlite #836)
- Using conftest for test fixtures to avoid importing fixture dependencies in tests
- Fixing rounding bugs with fixedpoint (Fixed point should not accept floating point in constructor fixedpointmath#21)
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
2c3d505
to
cdf8196
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only smol things
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, but I would prefer if we added e.g. Decimal(FixedPoint("5.2"))
support instead of the helper function.