Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #3123
| From | milki <milki@rescomp.berkeley.edu> |
|---|---|
| Newsgroups | comp.lang.ruby |
| Subject | Hook into rake for reporting results |
| Date | 2011-04-18 16:48 -0500 |
| Organization | Service de news de lacave.net |
| Message-ID | <20110418214818.GA67946@hal.rescomp.berkeley.edu> (permalink) |
Hi, I'm building an integration tool between software projects and issue trackers. What would be the best way to report test success/failures from a ruby project? I would need to be able to individually identify which tests failed, passed, or are pending (success on expected failures and fail if passing on an expected failure). I would also like to have minimal modifications if I wanted to add this tool to an existing ruby project. A report could either be written to a file or execute custom code to interact with another software package. From what I have found, it would be best to hook into the rake system either via a custom runner or formatter. There isn't too much documentation on either of these so I'm not sure if this is the right way. Any suggestions? Thanks. milki
Back to comp.lang.ruby | Previous | Next — Next in thread | Find similar | Unroll thread
Hook into rake for reporting results milki <milki@rescomp.berkeley.edu> - 2011-04-18 16:48 -0500
Re: Hook into rake for reporting results Steve Klabnik <steve@steveklabnik.com> - 2011-04-18 17:44 -0500
Re: Hook into rake for reporting results milki <milki@rescomp.berkeley.edu> - 2011-04-19 08:17 -0500
Re: Hook into rake for reporting results Steve Klabnik <steve@steveklabnik.com> - 2011-04-19 08:45 -0500
Re: Hook into rake for reporting results Michael Sokol <mikaa123@gmail.com> - 2011-04-18 19:05 -0500
Re: Hook into rake for reporting results milki <milki@rescomp.berkeley.edu> - 2011-04-19 08:17 -0500
csiph-web