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: .github/PULL_REQUEST_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ If this change fixes an issue, please:
13
13
14
14
Unless your change is trivial or a small documentation fix (e.g., a typo or reword of a small section) please:
15
15
16
-
- [ ] Create a new changelog file in the `changelog` folder, with a name like `<ISSUE NUMBER>.<TYPE>.rst`. See [changelog/README.rst](https://github.com/pytest-dev/pytest/blob/main/changelog/README.rst) for details.
16
+
- [ ] Create a new changelog file in the `changelog` directory, with a name like `<ISSUE NUMBER>.<TYPE>.rst`. See [changelog/README.rst](https://github.com/pytest-dev/pytest/blob/main/changelog/README.rst) for details.
17
17
18
18
Write sentences in the **past or present tense**, examples:
Copy file name to clipboardExpand all lines: testing/example_scripts/README.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ Example test scripts
2
2
=====================
3
3
4
4
5
-
The files in this folder are not direct tests, but rather example test suites that demonstrate certain issues/behaviours.
5
+
The files in this directory are not direct tests, but rather example test suites that demonstrate certain issues/behaviours.
6
6
7
7
In the future we will move part of the content of the acceptance tests here in order to have directly testable code instead of writing out things and then running them in nested pytest sessions/subprocesses.
0 commit comments