scons and "Test Anything Protocol" integration
I'm looking to scons-ify a project that has a Test Anything Protocol testing framework.
Can anyone give me direction on prior work here or smoothly integrating开发者_如何学JAVA the two? (Is there a native python TAP harness, should I shell out to a custom Test::Harness
wrapper, etc.?) Thanks.
I've added support to format SCons own unittest results in TAP format. You probably need more generalized test harness support than unittests, but that should be a good starting point.
It will be nice to get end-to-end SCons tests results also printed in TAP format, but I have no idea when it may happen.
精彩评论