summaryrefslogtreecommitdiff
path: root/README.unittests
diff options
context:
space:
mode:
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: