E&S CVS Commit: setuptools - Added various tests for 'test' command option processing. Fixed missing
pje at eby-sarna.com
pje at eby-sarna.com
Sat Mar 6 13:55:01 EST 2004
Module Name: setuptools
Committed By: pje
Date: Sat Mar 6 18:54:32 UTC 2004
Modified Files:
setuptools: setup.py
setuptools/setuptools: dist.py
setuptools/setuptools/command: test.py
setuptools/setuptools/tests: __init__.py
Log Message:
Added various tests for 'test' command option processing. Fixed missing
install of 'command' subpackage. Changed setup() arg to 'test_suite'
instead of 'test_module'. Added '--test-suite' option to 'test' command,
usable in place of '--test-module'.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/setuptools/setup.py.diff?r1=1.1&r2=1.2
http://cvs.eby-sarna.com/setuptools/setuptools/dist.py.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/setuptools/setuptools/command/test.py.diff?r1=1.1&r2=1.2
http://cvs.eby-sarna.com/setuptools/setuptools/tests/__init__.py.diff?r1=1.1&r2=1.2
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 setuptools/setup.py
cvs rdiff -r1.2 -r1.3 setuptools/setuptools/dist.py
cvs rdiff -r1.1 -r1.2 setuptools/setuptools/command/test.py
cvs rdiff -r1.1 -r1.2 setuptools/setuptools/tests/__init__.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
More information about the source-changes
mailing list