You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jacobstanley wrote recently this article that became popular in the property-testing community, combining hedgehog, test data that has foreign key references, and tmp-postgres (among others).
I've put up an example repo with the source code from the article, and the only issue I've found is that
tmp-postgres won't build under Windows (mingw32_HOST_OS) because of the unix dependency.
Is it worth trying @pmlodawski's signal or similar to have tmp-postgres compile also on Windows? If that turns out to be realistic, would you accept a pull request?
As far as I can tell, tmp-postgres relies on unix mostly (if not only) for stopping the Postgres process.
The text was updated successfully, but these errors were encountered:
Prelude
@jacobstanley wrote recently this article that became popular in the property-testing community, combining hedgehog, test data that has foreign key references, and tmp-postgres (among others).
I've put up an example repo with the source code from the article, and the only issue I've found is that
tmp-postgres won't build under Windows (mingw32_HOST_OS) because of the
unix
dependency.Is it worth trying @pmlodawski's signal or similar to have tmp-postgres compile also on Windows? If that turns out to be realistic, would you accept a pull request?
As far as I can tell, tmp-postgres relies on
unix
mostly (if not only) for stopping the Postgres process.The text was updated successfully, but these errors were encountered: