summaryrefslogtreecommitdiff
path: root/README.unittests
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2006-06-29 00:28:55 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2006-06-29 00:28:55 +0000
commitb3927fbb88c7988ec0397241ff40ecd72d1727bf (patch)
tree278f0a745e47570cb141f4fd4eb3319190be8296 /README.unittests
parent2fb9221b797e5a29e34096c09d97615d859e95d1 (diff)
downloadsqlalchemy-b3927fbb88c7988ec0397241ff40ecd72d1727bf.tar.gz
inserting './lib/' into sys.path since PYTHONPATH no longer straightforward with latest setuptools
Diffstat (limited to 'README.unittests')
-rw-r--r--README.unittests5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.unittests b/README.unittests
index 74c7ccac1..1e11873da 100644
--- a/README.unittests
+++ b/README.unittests
@@ -4,7 +4,10 @@ cd into the SQLAlchemy distribution directory.
Set up the PYTHONPATH:
- export PYTHONPATH=./lib/:./test/
+ export PYTHONPATH=./test/
+
+The unittest framework will automatically prepend './lib/' to sys.path. this forces the local
+version to run, bypassing any setuptools-installed installations.
To run all tests: