[XML-SIG] where is test_support.py?

Martin v. Loewis martin@v.loewis.de
Fri, 9 Nov 2001 18:36:21 +0100


> The first thing I thought I'd try is running the tests. Unfortunately 
> many tests, including regrtest.py, want to import something called
> test_support, which I think is a module. However, I can't find any
> such module anywhere; not in xml/test and not in test either, and not
> even in the CVS attic. What's up?

If you run PyXML's test/regrtest.py, it will import test_support from
test.  If you have Python 1.5.1 or later, there should be a module
test.test_support available.

Regards,
Martin