diff options
Diffstat (limited to 'apidocs/testtools.testcase.WithAttributes.html')
-rw-r--r-- | apidocs/testtools.testcase.WithAttributes.html | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/apidocs/testtools.testcase.WithAttributes.html b/apidocs/testtools.testcase.WithAttributes.html new file mode 100644 index 0000000..2941d29 --- /dev/null +++ b/apidocs/testtools.testcase.WithAttributes.html @@ -0,0 +1,94 @@ +<?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.testcase.WithAttributes : 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.testcase.WithAttributes(<span title="object">object</span>)</code> <small>class documentation</small></h1> + + <span id="partOf"> + Part of <code><a href="testtools.html" class="code">testtools</a>.<a href="testtools.testcase.html" class="code">testcase</a></code> + + <a href="classIndex.html#testtools.testcase.WithAttributes">(View In Hierarchy)</a> + </span> + </div> + + <div class="extrasDocstring"> + <p>Known subclasses: <a href="testtools.tests.test_testcase.Attributes.html" class="code">testtools.tests.test_testcase.Attributes</a></p> + </div> + + <div class="moduleDocstring"> + <div><p>A mix-in class for modifying test id by attributes.</p> +<p>e.g. +>>> class MyTest(WithAttributes, TestCase): +... @attr('foo') +... def test_bar(self): +... pass +>>> MyTest('test_bar').id() +testtools.testcase.MyTest/test_bar[foo]</p><table class="fieldTable"></table></div> + </div> + + <div id="splitTables"> + <table class="children sortable" id="id167"> + + <tr class="method"> + + <td>Method</td> + <td><a href="testtools.testcase.WithAttributes.html#id" class="code">id</a></td> + <td><span class="undocumented">Undocumented</span></td> + </tr> +</table> + + + + </div> + + <div id="childList"> + + <div class="function"> + <a name="testtools.testcase.WithAttributes.id"> + + </a> + <a name="id"> + + </a> + <div class="functionHeader"> + + def + id(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 |