开发者

scons and "Test Anything Protocol" integration

开发者 https://www.devze.com 2023-01-07 11:33 出处:网络
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 n

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消