Noufal Ibrahim wrote:
Not really. I am planning to use Buildbot for CI but as part of the build
process, I'd like to run some tests as well. I need some flexibility with
regards to accounting of the tests (how many passed, how many failed etc.).
The tests will be disparate. Some will be shell scripts, some might be
python programs. I need a framework to run all of them and report
success/failure.
Why not use nose? You can create a wrapper test that runs your shell scripts and nose will execute it.

--
Siddharta Govindaraj

_______________________________________________
BangPypers mailing list
[email protected]
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to