aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/templates/examples_setupall.html
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2015-06-22 15:12:20 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2015-06-26 10:48:42 +0200
commit01f098296870cf56f835fa1222607d8216f52811 (patch)
treeb152c2a1e7154aa38a158f40e1fbeff93b82ea9b /libpathod/templates/examples_setupall.html
parent5c0f0c2c221edf9e9d94c0ab4ad809e668f04894 (diff)
downloadmitmproxy-01f098296870cf56f835fa1222607d8216f52811.tar.gz
mitmproxy-01f098296870cf56f835fa1222607d8216f52811.tar.bz2
mitmproxy-01f098296870cf56f835fa1222607d8216f52811.zip
prettify html docs
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>