Lines Matching full:testsuite
16 # the testsuite description
18 CONF=os.path.join(os.path.dirname(__file__), "test/relaxng/testsuite.xml")
321 # handle a testSuite element
355 for test in node.xpathEval('testSuite'):
378 testsuite = libxml2.parseFile(CONF)
390 root = testsuite.getRootElement()
391 if root.name != 'testSuite':
392 print "%s doesn't start with a testSuite element, aborting" % (CONF)
395 print "Running Relax NG testsuite"
408 testsuite.freeDoc()