Elchi3 / mdn-doc-tests

:no_entry_sign: UNMAINTAINED :no_entry_sign: This used to check MDN docs against some tests and cleanup tasks while editing, but add-on SDK based add-ons are obsolete. Use https://github.com/mdn/doc-linter-webextension and https://github.com/mdn/doc-linter-rules instead.
Mozilla Public License 2.0
10 stars 8 forks source link

Skip unavailable tests in unit tests #185

Closed SebastianZ closed 8 years ago

SebastianZ commented 8 years ago

As mentioned in issue #184 this patch allows to disable tests and their corresponding unit tests by simply commenting them out within testlist.js.

Disadvantage may be that tests, which don't get registered due to some bug like using the wrong test name, don't cause an error.

Sebastian