JaydenElliott / rust-pg-test-runner

Spin up and populate a postgres db before your tests runs, then cleanup and shutdown after it's finished automatically with a simple test attribute.
1 stars 0 forks source link

Similar functionality in butane #1

Open jayvdb opened 4 months ago

jayvdb commented 4 months ago

Hi, we've built something similar at https://github.com/Electron100/butane/tree/master/butane_test_helper

Might be possible to merge the underlying functionality into this crate, so butane_test_helper can be a thinner wrapper around your crate.

JaydenElliott commented 4 months ago

Hey , yea that would be great ! Just checked out your logic and looks much more thought out than mine 😅

jayvdb commented 4 months ago

Ok, I'll create a PR here in a day or so, and we can discuss on the PR how to best align the new code.