It's possible to run postgres with just a unix domain socket for communication, and no network access. Then, you can point your tests at that self-contained postgres environment. Would that work for your situation?
On Mon, Apr 27, 2015 at 8:52 PM, Mateusz Kowalczyk <[email protected]> wrote: > Hi, > > There is a project that as part of its tests has to create a postgresql > database which means that the postgres server needs to be running. > > Is there an easy way to achieve this? How does one go about testing such > packages to begin with? > > -- > Mateusz K. > _______________________________________________ > nix-dev mailing list > [email protected] > http://lists.science.uu.nl/mailman/listinfo/nix-dev >
_______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
