New testrunner is confusing the heck out of me
I'm assuming this is operator error, but I can't make head nor tail of the following (in a zope 2 trunk sandbox). Note the number of tests run by each command: pw@kermit Zope-Trunk $ python lib/python/OFS/tests/testObjectManager.py .No handlers could be found for logger "Zope" ..................... ---------------------------------------------------------------------- Ran 22 tests in 7.545s OK pw@kermit Zope-Trunk $ python test.py --all -m testObjectManager Running tests at all levels /usr/lib/python2.4/whrandom.py:38: DeprecationWarning: the whrandom module is deprecated; please use the random module DeprecationWarning) Running unit tests: Running: ............ Ran 12 tests with 0 failures and 0 errors in 0.010 seconds. -- Paul Winkler http://www.slinkp.com
On Mon, Dec 12, 2005 at 03:31:08PM -0500, Paul Winkler wrote:
I'm assuming this is operator error
And so it was. I had SOFTWARE_HOME set pointing to a 2.7 installation! remembering-to-check-what-crap-is-in-my-environment-next-time-ly-y'rs, -PW -- Paul Winkler http://www.slinkp.com
participants (1)
-
Paul Winkler