2010/3/10 Aryeh Gregor <[email protected]>: > On Wed, Mar 10, 2010 at 8:20 AM, Roan Kattouw <[email protected]> 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. > Good point. Since we're trying to make these things mirror the parser tests (see other thread), it's a good idea to make the directory structure the same as well.
Roan Kattouw (Catrope) _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
