mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 23:17:17 +02:00
Updated HTML docs
This commit is contained in:
parent
f7e699eaa2
commit
7a8f150ed9
764 changed files with 60139 additions and 76788 deletions
|
|
@ -39,44 +39,8 @@
|
|||
<div class="bodywrapper">
|
||||
<div class="body" role="main">
|
||||
|
||||
<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="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"><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="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="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="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="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"><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="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"><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>
|
||||
|
||||
</dd></dl>
|
||||
|
||||
<section id="evennia-contrib-tutorial-examples-tests">
|
||||
<h1>evennia.contrib.tutorial_examples.tests<a class="headerlink" href="#evennia-contrib-tutorial-examples-tests" title="Permalink to this headline">¶</a></h1>
|
||||
</section>
|
||||
|
||||
|
||||
|
|
@ -118,7 +82,7 @@
|
|||
</ul>
|
||||
<h3>Versions</h3>
|
||||
<ul>
|
||||
<li><a href="../../1.0-dev/api/evennia.contrib.tutorial_examples.tests.html">1.0-dev (develop branch)</a></li>
|
||||
<li><a href="../../1.0-dev/index.html">1.0-dev (develop branch)</a></li>
|
||||
<li><a href="evennia.contrib.tutorial_examples.tests.html">0.9.5 (v0.9.5 branch)</a></li>
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue