-
- Downloads
add util to run python unittests
adding the function RunTests to each python unittest allows that the test is executed either with the default TestRunner or an XMLTestRunner for producing an XML output file. With no command line argument, the default Runner is used (same behaviour as previously), with 'xml' as the first argument, the XMLTestRunner is used.
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- modules/base/doc/base.rst 1 addition, 0 deletionsmodules/base/doc/base.rst
- modules/base/doc/testutils.rst 7 additions, 0 deletionsmodules/base/doc/testutils.rst
- modules/base/pymod/CMakeLists.txt 1 addition, 1 deletionmodules/base/pymod/CMakeLists.txt
- modules/base/pymod/testutils.py 54 additions, 0 deletionsmodules/base/pymod/testutils.py
- modules/base/pymod/xmlrunner.py 384 additions, 0 deletionsmodules/base/pymod/xmlrunner.py
Loading
Please register or sign in to comment