We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b21b6 commit 1bf9866Copy full SHA for 1bf9866
README.rst
@@ -82,5 +82,6 @@ test functions must receive the mock objects:
82
UnixFS.cp('src', 'dst')
83
# ...
84
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.
+Even when you prefer to access the mocks using the original references. Besides
+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