aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/templates/examples_setupall.html
diff options
context:
space:
mode:
Diffstat (limited to 'libpathod/templates/examples_setupall.html')
-rw-r--r--libpathod/templates/examples_setupall.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/libpathod/templates/examples_setupall.html b/libpathod/templates/examples_setupall.html
index b7f79975..629d11e0 100644
--- a/libpathod/templates/examples_setupall.html
+++ b/libpathod/templates/examples_setupall.html
@@ -1,10 +1,12 @@
<div class="highlight"><pre><span class="kn">import</span> <span class="nn">requests</span>
<span class="kn">from</span> <span class="nn">libpathod</span> <span class="kn">import</span> <span class="n">test</span>
+
<span class="k">class</span> <span class="nc">Test</span><span class="p">:</span>
+
<span class="sd">&quot;&quot;&quot;</span>
-<span class="sd"> Testing the requests module with </span>
-<span class="sd"> a single pathod instance started </span>
+<span class="sd"> Testing the requests module with</span>
+<span class="sd"> a single pathod instance started</span>
<span class="sd"> for the test suite.</span>
<span class="sd"> &quot;&quot;&quot;</span>
<span class="nd">@classmethod</span>