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

Allow ability to specify image when running pmr #126

Closed michaelbukachi closed 2 years ago

michaelbukachi commented 2 years ago

Resolves #125

michaelbukachi commented 2 years ago

@oakhan3 Here's the PR. I'm not sure why I have more commits than I'm supposed to in this PR :thinking:

DanCardin commented 2 years ago

I think he needs to reset/rebase his fork to master. looks like there are leftover commit-amend commits from his impl of async.

michaelbukachi commented 2 years ago

@DanCardin @oakhan3 Any more feedback on this?

DanCardin commented 2 years ago

Sorry for the delay, and thanks for the contribution!