[Zodb-checkins] SVN: ZODB/trunk/setup.py Run all tests by default in 'setup.py test'.
Tres Seaver
tseaver at palladion.com
Thu Oct 9 22:17:46 EDT 2008
Log message for revision 91951:
Run all tests by default in 'setup.py test'.
Changed:
U ZODB/trunk/setup.py
-=-
Modified: ZODB/trunk/setup.py
===================================================================
--- ZODB/trunk/setup.py 2008-10-10 02:11:25 UTC (rev 91950)
+++ ZODB/trunk/setup.py 2008-10-10 02:17:45 UTC (rev 91951)
@@ -220,7 +220,7 @@
here = os.path.abspath(os.path.dirname(sys.argv[0]))
args = sys.argv[:]
src = os.path.join(here, 'src')
- defaults = ['--test-path', src]
+ defaults = ['--test-path', src, '--all']
options = get_options(args, defaults)
suites = list(find_suites(options))
return TestSuite(suites)
More information about the Zodb-checkins
mailing list