r? @SimonSapin * Allow reftest harness to take 0 or more testname arguments. * Change `mach test-ref` parameter from `--name` to `--include`. This is consistent with other test suites, and also fixes a bug in `mach test` caused by a conflicting keyword parameter in `Registrar.dispatch`. * Allow `mach test-ref` to take any number of `include` arguments. Source-Repo: https://github.com/servo/servo Source-Revision: 9488013b59e54f9a39cc89362ee6b84f89cc8ed0
This directory contains various Python modules used to support servo development.
= mach =
The command dispatch framework used to wrap the build system and test harnesses.
= servo =
servo-specific python code e.g. implementations of mach commands. This is the canonical repository for this code.