diff options
Diffstat (limited to 'apidocs/testtools.TestCommand.html')
-rw-r--r-- | apidocs/testtools.TestCommand.html | 153 |
1 files changed, 153 insertions, 0 deletions
diff --git a/apidocs/testtools.TestCommand.html b/apidocs/testtools.TestCommand.html new file mode 100644 index 0000000..9f890e8 --- /dev/null +++ b/apidocs/testtools.TestCommand.html @@ -0,0 +1,153 @@ +<?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.TestCommand : 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="class"><code>testtools.TestCommand(<span title="distutils.core.Command">Command</span>)</code> <small>class documentation</small></h1> + + <span id="partOf"> + Part of <code><a href="testtools.html" class="code">testtools</a></code> + + <a href="classIndex.html#testtools.TestCommand">(View In Hierarchy)</a> + </span> + </div> + + <div class="extrasDocstring"> + + </div> + + <div class="moduleDocstring"> + <div>Command to run unit tests with testtools<table class="fieldTable"></table></div> + </div> + + <div id="splitTables"> + <table class="children sortable" id="id150"> + + <tr class="method"> + + <td>Method</td> + <td><a href="testtools.TestCommand.html#__init__" class="code">__init__</a></td> + <td><span class="undocumented">Undocumented</span></td> + </tr><tr class="method"> + + <td>Method</td> + <td><a href="testtools.TestCommand.html#initialize_options" class="code">initialize_options</a></td> + <td><span class="undocumented">Undocumented</span></td> + </tr><tr class="method"> + + <td>Method</td> + <td><a href="testtools.TestCommand.html#finalize_options" class="code">finalize_options</a></td> + <td><span class="undocumented">Undocumented</span></td> + </tr><tr class="method"> + + <td>Method</td> + <td><a href="testtools.TestCommand.html#run" class="code">run</a></td> + <td><span class="undocumented">Undocumented</span></td> + </tr> +</table> + + + + </div> + + <div id="childList"> + + <div class="function"> + <a name="testtools.TestCommand.__init__"> + + </a> + <a name="__init__"> + + </a> + <div class="functionHeader"> + + def + __init__(self, dist): + + </div> + <div class="docstring functionBody"> + + <div class="undocumented">Undocumented</div> + </div> +</div><div class="function"> + <a name="testtools.TestCommand.initialize_options"> + + </a> + <a name="initialize_options"> + + </a> + <div class="functionHeader"> + + def + initialize_options(self): + + </div> + <div class="docstring functionBody"> + + <div class="undocumented">Undocumented</div> + </div> +</div><div class="function"> + <a name="testtools.TestCommand.finalize_options"> + + </a> + <a name="finalize_options"> + + </a> + <div class="functionHeader"> + + def + finalize_options(self): + + </div> + <div class="docstring functionBody"> + + <div class="undocumented">Undocumented</div> + </div> +</div><div class="function"> + <a name="testtools.TestCommand.run"> + + </a> + <a name="run"> + + </a> + <div class="functionHeader"> + + def + run(self): + + </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 |