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 a370d45 commit 2764931Copy full SHA for 2764931
runtests.sh
@@ -1,5 +1,7 @@
1
#!/bin/sh
2
DATABASE_URL=postgres://jrandom@localhost/test py.test tests.py -v
3
-python postgres/__init__.py -v
4
-python postgres/cursors.py -v
5
-python postgres/orm.py -v
+echo "Starting doctests."
+python postgres/__init__.py
+python postgres/cursors.py
6
+python postgres/orm.py
7
+echo "Done with doctests."
0 commit comments