Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 992959 of test/runner

  • Revision slug: Mozilla/Add-ons/SDK/Low-Level_APIs/test_runner
  • Revision title: test/runner
  • Revision id: 992959
  • Created:
  • Creator: wbamberg
  • Is current revision? Yes
  • Comment

Revision Content

{{AddonSidebar}}

Experimental

Sets up unit tests.

This module contains the package's main program, which does a bit of high-level setup and then delegates test finding and running to the harness module.

For more information on testing in the Add-on SDK, see the Unit Testing tutorial.

Revision Source

{{AddonSidebar}}

<div class="note">
<p>Experimental</p>
</div>

<p><span class="seoSummary">Sets up unit tests.</span></p>

<p>This module contains the package's main program, which does a bit of high-level setup and then delegates test finding and running to the <code>harness</code> module.</p>

<p>For more information on testing in the Add-on SDK, see the <a href="/en-US/Add-ons/SDK/Tutorials/Unit_testing">Unit Testing</a> tutorial.</p>
Revert to this revision