You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -242,6 +242,30 @@ To run the tests:
242
242
243
243
For more information, take a look at `our contributing guide <https://github.com/kiwicom/pytest-recording/blob/master/CONTRIBUTING.rst>`_
244
244
245
+
Test Isolation for Package Maintainers
246
+
--------------------------------------
247
+
248
+
When running pytest-based tests in a packaging environment, globally installed plugins can break test suites by
249
+
injecting unexpected hooks or fixtures (e.g. ``pytest-pretty``) that your code isn’t designed for.
0 commit comments