Hi, On Fri, 19 Feb 2016 16:22:58 -0500 Leo Famulari <l...@famulari.name> wrote:
> > + `(#:tests? #f)) ; TODO re-enable > > Why are the tests disabled? Because it would require a postgresql database "psycopg2_test" and a running postgresql database management service. Not sure what the usual way to do that is. Should it create the db on a temporary dbms service on-the-fly and drop it later? Or we could mock out the server and just have it return constant stuff as if it was postgresql. Is that already available somewhere?