https://bugzilla.wikimedia.org/show_bug.cgi?id=28915
Michael Dale <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Michael Dale <[email protected]> 2011-05-16 13:25:39 UTC --- per r87898 and r87848... We probably want to reorganize this a bit. In extensions and up-until-now in core all tests go into the /tests folder. Probably something like phase3/tests/qunit would be a good place to put qunit tests. Inside the qunit folder you can mirror the directory structure of resources ( like phpunit folder does it ) If you want to avoid hitting mediaWiki php, you could put a RunQUnitTests.html in the root test folder ( similar to the RunQUnitTests.html ). Yes you would have to check out two folders from mediawiki to run these tests for testSwarm, but if you use relative paths it should work in both development and testSwarm. Likewise we could "manually" add extensions to testSwarm testing, if they had a consistent location relative to the mediawiki root. -- 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
