mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 17:15:35 +00:00
docs/usage.rst: Break up a long line
This commit is contained in:
@@ -136,7 +136,9 @@ See
|
|||||||
for the default implementations of these methods, and `VCR.py`_ for more
|
for the default implementations of these methods, and `VCR.py`_ for more
|
||||||
information.
|
information.
|
||||||
|
|
||||||
If you implement a ``setUp`` method on your test class then make sure to call the parent version ``super().setUp()`` in your own in order to continue getting the cassettes produced.
|
If you implement a ``setUp`` method on your test class then make sure to call
|
||||||
|
the parent version ``super().setUp()`` in your own in order to continue getting
|
||||||
|
the cassettes produced.
|
||||||
|
|
||||||
VCRMixin
|
VCRMixin
|
||||||
~~~~~~~~
|
~~~~~~~~
|
||||||
|
|||||||
Reference in New Issue
Block a user