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: doc/en/adopt.rst
+1-2
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,9 @@ Are you an enthusiastic pytest user, the local testing guru in your workplace? O
10
10
11
11
We will pair experienced pytest users with open source projects, for a month's effort of getting new development teams started with pytest.
12
12
13
-
In 2015 we are trying this for the first time. In February and March 2015 we will gather volunteers on both sides, in April we will do the work, and in May we will evaluate how it went. This effort is being coordinated by Brianna Laugher. If you have any questions or comments, you can raise them on the `@pytestdotorg twitter account <https://twitter.com/pytestdotorg>`_ the `issue tracker`_ or the `pytest-dev mailing list`_.
13
+
In 2015 we are trying this for the first time. In February and March 2015 we will gather volunteers on both sides, in April we will do the work, and in May we will evaluate how it went. This effort is being coordinated by Brianna Laugher. If you have any questions or comments, you can raise them on the `@pytestdotorg twitter account <https://twitter.com/pytestdotorg>`_\, the :issue:`issue tracker <676>` or the `pytest-dev mailing list`_.
Copy file name to clipboardexpand all lines: doc/en/backwards-compatibility.rst
+3-6
Original file line number
Diff line number
Diff line change
@@ -30,15 +30,15 @@ c) true breakage: should only be considered when normal transition is unreasonab
30
30
31
31
Examples for such upcoming changes:
32
32
33
-
* removal of ``pytest_runtest_protocol/nextitem`` - `#895`_
33
+
* removal of ``pytest_runtest_protocol/nextitem`` - :issue:`895`
34
34
* rearranging of the node tree to include ``FunctionDefinition``
35
-
* rearranging of ``SetupState`` `#895`_
35
+
* rearranging of ``SetupState`` :issue:`895`
36
36
37
37
True breakages must be announced first in an issue containing:
38
38
39
39
* Detailed description of the change
40
40
* Rationale
41
-
* Expected impact on users and plugin authors (example in `#895`_)
41
+
* Expected impact on users and plugin authors (example in :issue:`895`)
42
42
43
43
After there's no hard *-1* on the issue it should be followed up by an initial proof-of-concept Pull Request.
44
44
@@ -75,6 +75,3 @@ Deprecation Roadmap
75
75
Features currently deprecated and removed in previous releases can be found in :ref:`deprecations`.
76
76
77
77
We track future deprecation and removal of features using milestones and the `deprecation <https://github.com/pytest-dev/pytest/issues?q=label%3A%22type%3A+deprecation%22>`_ and `removal <https://github.com/pytest-dev/pytest/labels/type%3A%20removal>`_ labels on GitHub.
0 commit comments