We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a0f3b commit d5b6ac2Copy full SHA for d5b6ac2
runtests.sh
@@ -1,5 +1,6 @@
1
#!/bin/sh
2
-#DATABASE_URL=postgres://jrandom@localhost/test py.test tests.py -v
+set -e
3
+DATABASE_URL=postgres://jrandom@localhost/test py.test tests.py -v
4
echo "Starting doctests."
5
python postgres/__init__.py
6
python postgres/cursors.py
0 commit comments