[ZODB-Dev] Revisiting the ConflictError patch

Greg Ward gward@mems-exchange.org
Thu, 20 Sep 2001 12:03:22 -0400


On 19 September 2001, Barry A. Warsaw said:
> Have you run the test suite after applying your patch?  (I haven't had
> time yet.)  If it passes then I'm +1 -- any breakage this might cause
> exposes weaknesses in our test suite. :)

Umm, no.  Where *is* the test suite?  I found StandaloneZODB/test.py,
but running it bombs:

  No module named tests.testBTrees
  ['../ExtensionClass/build/lib.linux-i686-2.1', 'lib.linux-i686-2.1', 'lib', '', '/home/gward/lib/python', '/www/python/lib/python2.1', '/www/python/lib/python2.1/plat-linux2', '/www/python/lib/python2.1/lib-tk', '/www/python/lib/python2.1/lib-dynload', '/www/python/lib/python2.1/site-packages', '/www/python/lib/python2.1/site-packages/PIL', '/www/mxpython']
  Traceback (most recent call last):
    File "test.py", line 115, in ?
    File "test.py", line 93, in main
    File "test.py", line 74, in package_import
  ImportError: No module named tests.testBTrees

Where is the "tests" package?

        Greg