Anton Kovalyov wrote: > I've written a tiny unit testing framework named Hiro that runs suites in > separate iframe sandboxes. Another neat feature (in my opinion) is that > library's code doesn't make any assumptions about its presentation, it just > triggers a bunch of events. Any code can listen to them and render the report > in any form they wish. As an example, you can take a look at web.js file in > the same repository that implements the default UI for Hiro. > > Anyway, I'd really appreciate if people here could find time to review the > library and its code (hiro.js has about 520 LOC) and make any comments on it. > > * Hiro's website:http://hirojs.com/ > * GitHub > repo:https://github.com/antonkovalyov/hiro/(https://github.com/antonkovalyov/hiro/blob/master/hiro.js)
Can you explain a little more of the rationale behind this. Is this a personal exercise? Is there something that the big players (QUnit, JSUnit, YUI Test, JsTestDriver) aren't supplying that this can do for us? It's a nice idea to separate the rendering from the testing; but is that the only differentiator? Or that and the suite mixin? -- Scott -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
