diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2007-11-11 10:40:12 +0000 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2007-11-11 10:40:12 +0000 |
commit | 67afd678b0d5e84aeb743c5e45b04d141701f4f0 (patch) | |
tree | ec74a2b22ab918833b8302ec2455d03fbed21cd1 /tests/test_quote.py | |
parent | fd1ee6fffce5761cd12eed3ce55dd3de24180e84 (diff) | |
download | psycopg2-67afd678b0d5e84aeb743c5e45b04d141701f4f0.tar.gz |
Added 'make check' target, running all the available tests.
Most of the updates have been provided by James Henstridge.
Closes ticket #195.
Diffstat (limited to 'tests/test_quote.py')
-rwxr-xr-x[-rw-r--r--] | tests/test_quote.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_quote.py b/tests/test_quote.py index 60f1d6a..0603032 100644..100755 --- a/tests/test_quote.py +++ b/tests/test_quote.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python import psycopg2 import psycopg2.extensions import unittest |