summaryrefslogtreecommitdiffstats
path: root/testing/framework/TestUnit/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Make runner for unit tests configurable, add TAPTestRunner that formatsanatoly techtonik2014-03-201-0/+5
output according to TAP protocol http://testanything.org/ runtest.py --runner TestUnit.TAPTestRunner src\engine\SCons\ActionTests.py