This commit is contained in:
Mike Bayer 2006-08-11 23:21:51 +00:00
parent f3bee1cdd5
commit fb88b031d9
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,9 @@ Set up the PYTHONPATH:
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.
version to run, bypassing any setuptools-installed installations (a PYTHONPATH setting, referencing
a local directory of python scripts, does not override setuptools-installed eggs anymore, unfortunately.
refer comments on this to distutils-SIG).
To run all tests: