Skip to content

Commit 1bf9866

Browse files
committed
Minor additions to the text
1 parent e6b21b6 commit 1bf9866

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,6 @@ test functions must receive the mock objects:
8282
UnixFS.cp('src', 'dst')
8383
# ...
8484
85-
Even when you prefer to access the mocks using the original references. Plus
86-
now you cannot easily undo the mocking if you follow this approach.
85+
Even when you prefer to access the mocks using the original references. Besides
86+
don't mixing nicely with other fixtures (although it works), you can't
87+
easily undo the mocking if you follow this approach.

0 commit comments

Comments
 (0)