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

The redshift resource doesn't have a median function. #53

Closed DanCardin closed 3 months ago

DanCardin commented 5 years ago

Describe the bug Redshift has a median function, this fake postgres version of redshift does not. It would be great to have this!

Smlep commented 3 months ago

I plan to cover this as a part of #213