Updated HTML docs

This commit is contained in:
Griatch 2020-10-15 01:31:30 +02:00
parent dc00b6bf65
commit edf9ca4c4b
1252 changed files with 40437 additions and 27044 deletions

View file

@ -1,9 +1,10 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>evennia.contrib.tutorial_examples.tests &#8212; Evennia 1.0-dev documentation</title>
<link rel="stylesheet" href="../_static/nature.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@ -25,7 +26,8 @@
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">Evennia 1.0-dev</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../index.html">Evennia 1.0-dev</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">evennia.contrib.tutorial_examples.tests</a></li>
</ul>
</div>
@ -36,37 +38,37 @@
<div class="section" id="module-evennia.contrib.tutorial_examples.tests">
<span id="evennia-contrib-tutorial-examples-tests"></span><h1>evennia.contrib.tutorial_examples.tests<a class="headerlink" href="#module-evennia.contrib.tutorial_examples.tests" title="Permalink to this headline"></a></h1>
<dl class="class">
<dl class="py class">
<dt id="evennia.contrib.tutorial_examples.tests.TestBodyFunctions">
<em class="property">class </em><code class="sig-prename descclassname">evennia.contrib.tutorial_examples.tests.</code><code class="sig-name descname">TestBodyFunctions</code><span class="sig-paren">(</span><em class="sig-param">methodName='runTest'</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/evennia/contrib/tutorial_examples/tests.html#TestBodyFunctions"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#evennia.contrib.tutorial_examples.tests.TestBodyFunctions" title="Permalink to this definition"></a></dt>
<em class="property">class </em><code class="sig-prename descclassname">evennia.contrib.tutorial_examples.tests.</code><code class="sig-name descname">TestBodyFunctions</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">methodName</span><span class="o">=</span><span class="default_value">'runTest'</span></em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/evennia/contrib/tutorial_examples/tests.html#TestBodyFunctions"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#evennia.contrib.tutorial_examples.tests.TestBodyFunctions" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <a class="reference internal" href="evennia.utils.test_resources.html#evennia.utils.test_resources.EvenniaTest" title="evennia.utils.test_resources.EvenniaTest"><code class="xref py py-class docutils literal notranslate"><span class="pre">evennia.utils.test_resources.EvenniaTest</span></code></a></p>
<dl class="attribute">
<dl class="py attribute">
<dt id="evennia.contrib.tutorial_examples.tests.TestBodyFunctions.script_typeclass">
<code class="sig-name descname">script_typeclass</code><a class="headerlink" href="#evennia.contrib.tutorial_examples.tests.TestBodyFunctions.script_typeclass" title="Permalink to this definition"></a></dt>
<dd><p>alias of <a class="reference internal" href="evennia.contrib.tutorial_examples.bodyfunctions.html#evennia.contrib.tutorial_examples.bodyfunctions.BodyFunctions" title="evennia.contrib.tutorial_examples.bodyfunctions.BodyFunctions"><code class="xref py py-class docutils literal notranslate"><span class="pre">evennia.contrib.tutorial_examples.bodyfunctions.BodyFunctions</span></code></a></p>
</dd></dl>
<dl class="method">
<dl class="py method">
<dt id="evennia.contrib.tutorial_examples.tests.TestBodyFunctions.setUp">
<code class="sig-name descname">setUp</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="../_modules/evennia/contrib/tutorial_examples/tests.html#TestBodyFunctions.setUp"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#evennia.contrib.tutorial_examples.tests.TestBodyFunctions.setUp" title="Permalink to this definition"></a></dt>
<dd><p>Sets up testing environment</p>
</dd></dl>
<dl class="method">
<dl class="py method">
<dt id="evennia.contrib.tutorial_examples.tests.TestBodyFunctions.tearDown">
<code class="sig-name descname">tearDown</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="../_modules/evennia/contrib/tutorial_examples/tests.html#TestBodyFunctions.tearDown"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#evennia.contrib.tutorial_examples.tests.TestBodyFunctions.tearDown" title="Permalink to this definition"></a></dt>
<dd><p>Hook method for deconstructing the test fixture after testing it.</p>
</dd></dl>
<dl class="method">
<dl class="py method">
<dt id="evennia.contrib.tutorial_examples.tests.TestBodyFunctions.test_at_repeat">
<code class="sig-name descname">test_at_repeat</code><span class="sig-paren">(</span><em class="sig-param">mock_random</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/evennia/contrib/tutorial_examples/tests.html#TestBodyFunctions.test_at_repeat"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#evennia.contrib.tutorial_examples.tests.TestBodyFunctions.test_at_repeat" title="Permalink to this definition"></a></dt>
<code class="sig-name descname">test_at_repeat</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">mock_random</span></em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/evennia/contrib/tutorial_examples/tests.html#TestBodyFunctions.test_at_repeat"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#evennia.contrib.tutorial_examples.tests.TestBodyFunctions.test_at_repeat" title="Permalink to this definition"></a></dt>
<dd><p>test that no message will be sent when below the 66% threshold</p>
</dd></dl>
<dl class="method">
<dl class="py method">
<dt id="evennia.contrib.tutorial_examples.tests.TestBodyFunctions.test_send_random_message">
<code class="sig-name descname">test_send_random_message</code><span class="sig-paren">(</span><em class="sig-param">mock_random</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/evennia/contrib/tutorial_examples/tests.html#TestBodyFunctions.test_send_random_message"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#evennia.contrib.tutorial_examples.tests.TestBodyFunctions.test_send_random_message" title="Permalink to this definition"></a></dt>
<code class="sig-name descname">test_send_random_message</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">mock_random</span></em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/evennia/contrib/tutorial_examples/tests.html#TestBodyFunctions.test_send_random_message"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#evennia.contrib.tutorial_examples.tests.TestBodyFunctions.test_send_random_message" title="Permalink to this definition"></a></dt>
<dd><p>Test that correct message is sent for each random value</p>
</dd></dl>
@ -75,6 +77,7 @@
</div>
<div class="clearer"></div>
</div>
</div>
</div>
@ -119,12 +122,13 @@
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">Evennia 1.0-dev</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../index.html">Evennia 1.0-dev</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">evennia.contrib.tutorial_examples.tests</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2020, The Evennia developer community.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.4.4.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 3.2.1.
</div>
</body>
</html>