summaryrefslogtreecommitdiff
path: root/psycopg2.cproj
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2011-10-19 02:20:43 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2011-10-19 02:20:43 +0100
commitd79661c87f4008d41310a0871fa3e56777846dc2 (patch)
tree7dc38a7667dd5bc5ce6e3b9c35ac99b7c932e566 /psycopg2.cproj
parent3e39b23835619bf5db3a46ff53a9752b868002bc (diff)
downloadpsycopg2-d79661c87f4008d41310a0871fa3e56777846dc2.tar.gz
All unit test modules have a test_ prefix
Both for consistency and for test discovery.
Diffstat (limited to 'psycopg2.cproj')
-rw-r--r--psycopg2.cproj10
1 files changed, 5 insertions, 5 deletions
diff --git a/psycopg2.cproj b/psycopg2.cproj
index b231848..1640ab1 100644
--- a/psycopg2.cproj
+++ b/psycopg2.cproj
@@ -117,13 +117,13 @@
<None Include="ZPsycopgDA\__init__.py" />
<None Include="ZPsycopgDA\pool.py" />
<None Include="tests\dbapi20.py" />
- <None Include="tests\extras_dictcursor.py" />
+ <None Include="tests\test_extras_dictcursor.py" />
<None Include="tests\__init__.py" />
<None Include="tests\test_psycopg2_dbapi20.py" />
<None Include="tests\test_transaction.py" />
- <None Include="tests\types_basic.py" />
- <None Include="tests\bugX000.py" />
- <None Include="tests\types_extras.py" />
+ <None Include="tests\test_types_basic.py" />
+ <None Include="tests\test_bugX000.py" />
+ <None Include="tests\test_types_extras.py" />
<None Include="tests\test_connection.py" />
<None Include="tests\test_dates.py" />
<None Include="tests\test_lobject.py" />
@@ -166,7 +166,7 @@
<None Include="doc\src\faq.rst" />
<None Include="tests\test_async.py" />
<None Include="tests\test_copy.py" />
- <None Include="tests\bug_gc.py" />
+ <None Include="tests\test_bug_gc.py" />
<None Include="tests\test_green.py" />
<None Include="tests\test_notify.py" />
<None Include="scripts\make_errorcodes.py" />