[Zodb-checkins] CVS: StandaloneZODB - test.py:1.10.6.4

Guido van Rossum guido@python.org
Fri, 28 Dec 2001 12:46:43 -0500


Update of /cvs-repository/StandaloneZODB
In directory cvs.zope.org:/tmp/cvs-serv8695

Modified Files:
      Tag: Standby-branch
	test.py 
Log Message:
Sort the tests, for a predictable running order.  (Random would be
nice too, but the default filesystem order is too weird.)


=== StandaloneZODB/test.py 1.10.6.3 => 1.10.6.4 ===
     setup_path()
     files = find_tests(filter)
+    files.sort()
 
     os.chdir("build")