diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2015-06-27 10:35:32 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2015-06-27 10:35:32 +1200 |
commit | e3c869e4c9ef740c0d80d83adb605094e819b23f (patch) | |
tree | b3aa3eb84d665397ebd9599cc13470294200435a /libpathod/templates/examples_setupall.html | |
parent | 61679acf56a28e8a2bfb491f0dd33a079f84cdf7 (diff) | |
parent | 31b0d77507066e226d914859283a40549af0fc3e (diff) | |
download | mitmproxy-e3c869e4c9ef740c0d80d83adb605094e819b23f.tar.gz mitmproxy-e3c869e4c9ef740c0d80d83adb605094e819b23f.tar.bz2 mitmproxy-e3c869e4c9ef740c0d80d83adb605094e819b23f.zip |
Merge branch 'master' of ssh.github.com:mitmproxy/pathod
Diffstat (limited to 'libpathod/templates/examples_setupall.html')
-rw-r--r-- | libpathod/templates/examples_setupall.html | 6 |
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">"""</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"> """</span> <span class="nd">@classmethod</span> |