1# TODO: Run the tests 2 3python_test_files = files( 4 'attribs.py', 5 'build.py', 6 'compareNodes.py', 7 'ctxterror.py', 8 'cutnpaste.py', 9 'dtdvalid.py', 10 'error.py', 11 'inbuf.py', 12 'indexes.py', 13 'input_callback.py', 14 'nsdel.py', 15 'outbuf.py', 16 'push.py', 17 'pushSAX.py', 18 'pushSAXhtml.py', 19 'reader.py', 20 'reader2.py', 21 'reader3.py', 22 'reader4.py', 23 'reader5.py', 24 'reader6.py', 25 'reader7.py', 26 'reader8.py', 27 'readererr.py', 28 'readernext.py', 29 'regexp.py', 30 'relaxng.py', 31 'resolver.py', 32 'schema.py', 33 'serialize.py', 34 'setup_test.py', 35 'sync.py', 36 'thread2.py', 37 'tst.py', 38 'tstLastError.py', 39 'tstURI.py', 40 'tstmem.py', 41 'tstxpath.py', 42 'validDTD.py', 43 'validRNG.py', 44 'validSchemas.py', 45 'validate.py', 46 'walker.py', 47 'xpath.py', 48 'xpathext.py', 49 'xpathleak.py', 50 'xpathns.py', 51 'xpathret.py', 52) 53 54xml_files = files( 55 'invalid.xml', 56 'test.dtd', 57 'tst.xml', 58 'valid.xml', 59) 60