1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-10 01:25:34 +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 See
`the source `the source
<https://github.com/kevin1024/vcrpy/blob/master/vcr/unittest/testcase.py>`__ <https://github.com/kevin1024/vcrpy/blob/master/vcr/unittest/testcase.py>`__
for the default implementations of these methods, and `VCR.py`_ for more for the default implementations of these methods.
information.
If you implement a ``setUp`` method on your test class then make sure to call 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 parent version ``super().setUp()`` in your own in order to continue getting