summaryrefslogtreecommitdiff
path: root/apidocs/testtools.tests.html
diff options
context:
space:
mode:
Diffstat (limited to 'apidocs/testtools.tests.html')
-rw-r--r--apidocs/testtools.tests.html185
1 files changed, 185 insertions, 0 deletions
diff --git a/apidocs/testtools.tests.html b/apidocs/testtools.tests.html
new file mode 100644
index 0000000..7179a1d
--- /dev/null
+++ b/apidocs/testtools.tests.html
@@ -0,0 +1,185 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>testtools.tests : API documentation</title>
+
+ <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+ <link href="bootstrap.min.css" type="text/css" rel="stylesheet" />
+ <link href="apidocs.css" type="text/css" rel="stylesheet" />
+ </head>
+ <body>
+
+ <nav class="navbar navbar-default">
+ <div class="container">
+ <div class="navbar-header">
+ <a href="index.html" class="navbar-brand">
+ <a href="https://github.com/testing-cabal/testtools">testtools</a> API Documentation
+ </a>
+ </div>
+ </div>
+ </nav>
+
+ <div class="container">
+
+ <div class="page-header">
+ <h1 class="package"><code>testtools.tests</code> <small>package documentation</small></h1>
+
+ <span id="partOf">
+ Part of <code><a href="testtools.html" class="code">testtools</a></code>
+
+
+ </span>
+ </div>
+
+ <div class="extrasDocstring">
+
+ </div>
+
+ <div class="moduleDocstring">
+ <div>Tests for testtools itself.<table class="fieldTable"></table></div>
+ </div>
+
+ <div id="splitTables">
+ <table class="children sortable" id="id171">
+
+ <tr class="module">
+
+ <td>Module</td>
+ <td><a href="testtools.tests.helpers.html" class="code">helpers</a></td>
+ <td><span>Helpers for tests.</span></td>
+ </tr><tr class="package">
+
+ <td>Package</td>
+ <td><a href="testtools.tests.matchers.html" class="code">matchers</a></td>
+ <td><span class="undocumented">No package docstring; 1/9 modules documented</span></td>
+ </tr><tr class="module">
+
+ <td>Module</td>
+ <td><a href="testtools.tests.test_assert_that.html" class="code">test_assert_that</a></td>
+ <td><span class="undocumented">No module docstring; 1/3 classes, 0/1 functions documented</span></td>
+ </tr><tr class="module">
+
+ <td>Module</td>
+ <td><a href="testtools.tests.test_compat.html" class="code">test_compat</a></td>
+ <td><span>Tests for miscellaneous compatibility functions</span></td>
+ </tr><tr class="module">
+
+ <td>Module</td>
+ <td><a href="testtools.tests.test_content.html" class="code">test_content</a></td>
+ <td><span class="undocumented">Undocumented</span></td>
+ </tr><tr class="module">
+
+ <td>Module</td>
+ <td><a href="testtools.tests.test_content_type.html" class="code">test_content_type</a></td>
+ <td><span class="undocumented">Undocumented</span></td>
+ </tr><tr class="module">
+
+ <td>Module</td>
+ <td><a href="testtools.tests.test_deferredruntest.html" class="code">test_deferredruntest</a></td>
+ <td><span>Tests for the DeferredRunTest single test execution logic.</span></td>
+ </tr><tr class="module">
+
+ <td>Module</td>
+ <td><a href="testtools.tests.test_distutilscmd.html" class="code">test_distutilscmd</a></td>
+ <td><span>Tests for the distutils test command logic.</span></td>
+ </tr><tr class="module">
+
+ <td>Module</td>
+ <td><a href="testtools.tests.test_fixturesupport.html" class="code">test_fixturesupport</a></td>
+ <td><span class="undocumented">Undocumented</span></td>
+ </tr><tr class="module">
+
+ <td>Module</td>
+ <td><a href="testtools.tests.test_helpers.html" class="code">test_helpers</a></td>
+ <td><span class="undocumented">Undocumented</span></td>
+ </tr><tr class="module">
+
+ <td>Module</td>
+ <td><a href="testtools.tests.test_monkey.html" class="code">test_monkey</a></td>
+ <td><span>Tests for testtools.monkey.</span></td>
+ </tr><tr class="module">
+
+ <td>Module</td>
+ <td><a href="testtools.tests.test_run.html" class="code">test_run</a></td>
+ <td><span>Tests for the test runner logic.</span></td>
+ </tr><tr class="module">
+
+ <td>Module</td>
+ <td><a href="testtools.tests.test_runtest.html" class="code">test_runtest</a></td>
+ <td><span>Tests for the RunTest single test execution logic.</span></td>
+ </tr><tr class="module">
+
+ <td>Module</td>
+ <td><a href="testtools.tests.test_spinner.html" class="code">test_spinner</a></td>
+ <td><span>Tests for the evil Twisted reactor-spinning we do.</span></td>
+ </tr><tr class="module">
+
+ <td>Module</td>
+ <td><a href="testtools.tests.test_tags.html" class="code">test_tags</a></td>
+ <td><span>Test tag support.</span></td>
+ </tr><tr class="module">
+
+ <td>Module</td>
+ <td><a href="testtools.tests.test_testcase.html" class="code">test_testcase</a></td>
+ <td><span>Tests for extensions to the base test library.</span></td>
+ </tr><tr class="module">
+
+ <td>Module</td>
+ <td><a href="testtools.tests.test_testresult.html" class="code">test_testresult</a></td>
+ <td><span>Test TestResults and related things.</span></td>
+ </tr><tr class="module">
+
+ <td>Module</td>
+ <td><a href="testtools.tests.test_testsuite.html" class="code">test_testsuite</a></td>
+ <td><span>Test ConcurrentTestSuite and related things.</span></td>
+ </tr><tr class="module">
+
+ <td>Module</td>
+ <td><a href="testtools.tests.test_with_with.html" class="code">test_with_with</a></td>
+ <td><span class="undocumented">No module docstring; 1/1 classes, 0/1 functions documented</span></td>
+ </tr>
+</table>
+
+
+ <p class="fromInitPy">From the <code>__init__.py</code> module:</p><table class="children sortable" id="id172">
+
+ <tr class="function">
+
+ <td>Function</td>
+ <td><a href="testtools.tests.html#test_suite" class="code">test_suite</a></td>
+ <td><span class="undocumented">Undocumented</span></td>
+ </tr>
+</table>
+ </div>
+
+ <div id="childList">
+
+ <div class="function">
+ <a name="testtools.tests.test_suite">
+
+ </a>
+ <a name="test_suite">
+
+ </a>
+ <div class="functionHeader">
+
+ def
+ test_suite():
+
+ </div>
+ <div class="docstring functionBody">
+
+ <div class="undocumented">Undocumented</div>
+ </div>
+</div>
+
+ </div>
+ <address>
+ <a href="index.html">API Documentation</a> for <a href="https://github.com/testing-cabal/testtools">testtools</a>, generated by <a href="https://github.com/twisted/pydoctor/">pydoctor</a> at 2015-07-01 16:11:28.
+ </address>
+
+ </div>
+ </body>
+</html> \ No newline at end of file