mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
[MINOR] fix link in documentation
This commit is contained in:
parent
d51b8933b2
commit
a43e2047b0
@ -14,7 +14,7 @@ The canonical docs can be accessed using pydoc:
|
|||||||
>>> pydoc pathod.test
|
>>> pydoc pathod.test
|
||||||
|
|
||||||
The remainder of this page demonstrates some common interaction patterns using
|
The remainder of this page demonstrates some common interaction patterns using
|
||||||
<a href="http://nose.readthedocs.org/en/latest/">nose</a>. These examples are
|
`Nose`_. These examples are
|
||||||
also applicable with only minor modification to most commonly used Python testing
|
also applicable with only minor modification to most commonly used Python testing
|
||||||
engines.
|
engines.
|
||||||
|
|
||||||
@ -33,3 +33,6 @@ One instance per test
|
|||||||
.. literalinclude:: ../../examples/pathod/test_setup.py
|
.. literalinclude:: ../../examples/pathod/test_setup.py
|
||||||
:caption: examples/pathod/test_setup.py
|
:caption: examples/pathod/test_setup.py
|
||||||
:language: python
|
:language: python
|
||||||
|
|
||||||
|
|
||||||
|
.. _Nose: https://nose.readthedocs.org/en/latest/
|
||||||
|
Loading…
Reference in New Issue
Block a user