On Wed, Mar 10, 2010 at 8:20 AM, Roan Kattouw roan.kattouw@gmail.com wrote:
On the other hand, we intend on setting up a server that runs these tests automatically. Instead of having to pull these tests from a million different places, it'd be nice if this server could just update from one dir and be done with it, which is exactly why I set it up the way I did.
The way parser tests work is you do $wgParserTestFiles[] = 'foo' in the extension setup file. That seems like a much tidier and more self-contained way of doing it. You'll need a full MediaWiki checkout with the extensions enabled in LocalSettings.php to run the tests to begin with, I assume.