1
0
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:
Sebastian Pipping
2023-06-02 17:00:37 +02:00
parent cbb540029f
commit 9232915885

View File

@@ -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
~~~~~~~~ ~~~~~~~~