home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Welt 2006 November (DVD)
/
PCWELT_11_2006.ISO
/
casper
/
filesystem.squashfs
/
usr
/
share
/
doc
/
python-xml
/
examples
/
test
/
testxml.py
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Source
|
2006-07-06
|
216 b
|
14 lines
#
# Top-level program for XML test suite
#
import regrtest
del regrtest.STDTESTS[:]
def main():
tests = regrtest.findtests('.')
regrtest.main( tests, testdir = '.' )
if __name__ == '__main__':
main()