Page MenuHomePhabricator

[QUnit] Move configuration for CompletenessTest from tests/qunit/data/testrunner.js to the modules
Closed, DeclinedPublic

Description

The centralized configuration has two problems:

  1. testrunner.js depends on mediawiki.Title without declaring this dependency.
  2. Unit test for extensions can't exclude things from CompletenessTest (or have to do hackish things).

Version: 1.20.x
Severity: normal

Details

Reference
bz34092

Related Objects