1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

docs/usage.rst: Drop needless self-reference

This commit is contained in:
Sebastian Pipping
2023-06-02 19:26:38 +02:00
parent 3527d25ce8
commit ce234e503f

View File

@@ -133,8 +133,7 @@ you can hook on ``_get_vcr``, for example:
See
`the source
<https://github.com/kevin1024/vcrpy/blob/master/vcr/unittest/testcase.py>`__
for the default implementations of these methods, and `VCR.py`_ for more
information.
for the default implementations of these methods.
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