aboutsummaryrefslogtreecommitdiff
path: root/tools/addon-sdk-1.3/packages/test-harness/docs
diff options
context:
space:
mode:
Diffstat (limited to 'tools/addon-sdk-1.3/packages/test-harness/docs')
-rw-r--r--tools/addon-sdk-1.3/packages/test-harness/docs/harness.md2
-rw-r--r--tools/addon-sdk-1.3/packages/test-harness/docs/run-tests.md9
2 files changed, 0 insertions, 11 deletions
diff --git a/tools/addon-sdk-1.3/packages/test-harness/docs/harness.md b/tools/addon-sdk-1.3/packages/test-harness/docs/harness.md
deleted file mode 100644
index 9f6cd7b..0000000
--- a/tools/addon-sdk-1.3/packages/test-harness/docs/harness.md
+++ /dev/null
@@ -1,2 +0,0 @@
-This module contains the bulk of the test harness setup and execution
-implementation.
diff --git a/tools/addon-sdk-1.3/packages/test-harness/docs/run-tests.md b/tools/addon-sdk-1.3/packages/test-harness/docs/run-tests.md
deleted file mode 100644
index ad64606..0000000
--- a/tools/addon-sdk-1.3/packages/test-harness/docs/run-tests.md
+++ /dev/null
@@ -1,9 +0,0 @@
-<span class="aside">
-For more information on testing in the Add-on SDK, see the
-[Reusable Modules](#guide/addon-development/implementing-reusable-module)
-tutorial.
-</span>
-
-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.