Fayaz Yusuf Khan
Fayaz Yusuf Khan
`Price()/Decimal()` seems to unsupported currently. Also, shouldn't `Price()/Price()` also work? Returning a `Decimal`? Related to issue #2
Is there currently a way to tell mixer to get unicode values for fields that are of Unicode type? ## --- Want to back this issue? **[Post a bounty on...
Some of my stateful tests seem to be showing a `hypothesis.errors.FailedHealthCheck` error: Test output ``` [fayaz@zephyrus sqlalchemy_mptt]$ uv run noxfile.py -s "test(python='pypy-3.9', sqlalchemy='1.0')" urllib3.connectionpool > Starting new HTTPS connection (1):...
- Ensure all examples are using the latest SQLA version.
Add pre-commit.ci integration for better automation. This may require owner assistance.
From `flake8`: ``` ./sqlalchemy_mptt/events.py:221:1: C901 'mptt_before_update' is too complex (13) ```
The diagrams in the README aren't dark mode friendly. Fix them so that the text can be read easily.
Coverage reports for individual version builds can increase or decrease over time and do not necessarily provide a good representation of the test quality. Looking at the overall coverage is...