On Wed, Oct 8, 2008 at 9:46 AM, Per Cederberg <[EMAIL PROTECTED]> wrote: > > While fixing some stuff in MochiKit.Logging, I happened to notice the > existance of a MochiKit.Test package... It seems pretty similar to the > SimpleTest.js file used for powering the normal test suite when run > inside a browser, but it seems to only be used when standalone testing > is performed (e.g. from the scripts/rhinomochi.js file). > > But there are some subtle differences. For example, the "is" function > uses == in SimpleTest, but is based on compare() in MochiKit.Test. So > that kind of breaks some of my tests... > > Anyone knows why we seem to have two test engines? Or what the > relevant differences are?
On <http://groups.google.com/group/mochikit/browse_thread/thread/e55df230ee3ef897> is the thread about the inclusion of SimpleTest into MochiKit. Looks like the idea always was to merge it with MochiKit.Test, but nobody had the time to do it. -- Leo Soto M. http://blog.leosoto.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mochikit?hl=en -~----------~----~----~----~------~----~------~--~---
