File: testxml.py

package info (click to toggle)
python-xml 0.4.19981014-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 2,124 kB
  • ctags: 3,099
  • sloc: ansic: 9,075; python: 8,150; xml: 7,940; makefile: 84; sh: 41
file content (9 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
# 
# Top-level program for XML test suite
#

import regrtest

if __name__ == '__main__':
    tests = regrtest.findtests(testdir = '.', stdtests = [], nottests = [])
    regrtest.main( tests, '.' )