https://bugzilla.wikimedia.org/show_bug.cgi?id=30339
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8919|0 |1 is obsolete| | --- Comment #7 from Krinkle <[email protected]> 2011-08-26 20:10:43 UTC --- Created attachment 8976 --> https://bugzilla.wikimedia.org/attachment.cgi?id=8976 Better patch Changes since last patch: * Renamed infrastructure from "UnitTesting" to "JavaScriptTesting" * Moved the core test suites into a single module, instead of many separate ones * Using a hook to let extensions register modules (instead of keeping a global variable, and changing it on-run time, better not to move things into a global variable and pull them out again in another part of the code). General test module structure is a lot simpler and straight forward now. * Created loop to add 'qunit.testrunner' as a dependency to all qunit test modules. This is needed because no test should run until qunit and friends are loaded. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
