summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradustman <adustman@9fc6cd9a-920d-0410-adcf-ac96716ed7e8>2009-03-08 17:45:52 +0000
committeradustman <adustman@9fc6cd9a-920d-0410-adcf-ac96716ed7e8>2009-03-08 17:45:52 +0000
commit8d2979ed02f8d61b17887bf20d4bdc78ad73f3b3 (patch)
tree09355fce3dbf6775808e9a89ee0b3146227192d1
parent0e2dbef519dab203b9ef4da39ba30f92390cf976 (diff)
downloadmysqldb1-8d2979ed02f8d61b17887bf20d4bdc78ad73f3b3.tar.gz
Move tests into their own directory to parallel trunk
-rw-r--r--MySQLdb/MANIFEST.in5
-rw-r--r--MySQLdb/tests/capabilities.py (renamed from MySQLdb/capabilities.py)0
-rw-r--r--MySQLdb/tests/dbapi20.py (renamed from MySQLdb/dbapi20.py)0
-rw-r--r--MySQLdb/tests/test_MySQLdb_capabilities.py (renamed from MySQLdb/test_MySQLdb_capabilities.py)0
-rw-r--r--MySQLdb/tests/test_MySQLdb_dbapi20.py (renamed from MySQLdb/test_MySQLdb_dbapi20.py)0
5 files changed, 1 insertions, 4 deletions
diff --git a/MySQLdb/MANIFEST.in b/MySQLdb/MANIFEST.in
index 0b78a83..9a8a4d5 100644
--- a/MySQLdb/MANIFEST.in
+++ b/MySQLdb/MANIFEST.in
@@ -1,14 +1,11 @@
recursive-include doc *.txt
+recursive-include tests *.py
include MANIFEST.in
include MANIFEST
include ChangeLog
include HISTORY
include GPL
include pymemcompat.h
-include dbapi20.py
-include test_MySQLdb_dbapi20.py
-include test_capabilities.py
-include test_MySQLdb_capabilities.py
include metadata.cfg
include site.cfg
include setup_common.py
diff --git a/MySQLdb/capabilities.py b/MySQLdb/tests/capabilities.py
index 886a968..886a968 100644
--- a/MySQLdb/capabilities.py
+++ b/MySQLdb/tests/capabilities.py
diff --git a/MySQLdb/dbapi20.py b/MySQLdb/tests/dbapi20.py
index 5cde6d6..5cde6d6 100644
--- a/MySQLdb/dbapi20.py
+++ b/MySQLdb/tests/dbapi20.py
diff --git a/MySQLdb/test_MySQLdb_capabilities.py b/MySQLdb/tests/test_MySQLdb_capabilities.py
index d4a3761..d4a3761 100644
--- a/MySQLdb/test_MySQLdb_capabilities.py
+++ b/MySQLdb/tests/test_MySQLdb_capabilities.py
diff --git a/MySQLdb/test_MySQLdb_dbapi20.py b/MySQLdb/tests/test_MySQLdb_dbapi20.py
index a466611..a466611 100644
--- a/MySQLdb/test_MySQLdb_dbapi20.py
+++ b/MySQLdb/tests/test_MySQLdb_dbapi20.py