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: CONTRIBUTING.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -223,7 +223,7 @@ changes you want to review and merge. Pull requests are stored on
223
223
Once you send a pull request, we can discuss its potential modifications and
224
224
even add more commits to it later on. There's an excellent tutorial on how Pull
225
225
Requests work in the
226
-
`GitHub Help Center <https://help.github.com/articles/using-pull-requests/>`_.
226
+
`GitHub Help Center <https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests>`_.
227
227
228
228
Here is a simple overview, with pytest-specific bits:
Here is an example ``conftest.py`` (extracted from Ali Afshar's special purpose `pytest-yamlwsgi`_ plugin). This ``conftest.py`` will collect ``test*.yaml`` files and will execute the yaml-formatted content as custom tests:
0 commit comments