Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 0.3 - fixed used imports that failed on Python 2.6 | anatoly techtonik | 2014-08-24 | 1 | -2/+10 |
| | | | | | Crash evidence: http://buildbot.scons.org/builders/debian6-python-2.6/builds/54/steps/shell/logs/stdio | ||||
* | taprunner 0.2 - remove unused import that failed Python 2.6 | anatoly techtonik | 2014-08-23 | 1 | -2/+4 |
| | | | | | Crash evidence: http://buildbot.scons.org/builders/ubuntu-python-2.6/builds/118/steps/shell/logs/stdio | ||||
* | Make runner for unit tests configurable, add TAPTestRunner that formats | anatoly techtonik | 2014-03-20 | 3 | -0/+160 |
output according to TAP protocol http://testanything.org/ runtest.py --runner TestUnit.TAPTestRunner src\engine\SCons\ActionTests.py |