Skip to content

Commit c0abeaa

Browse files
Update docs/contributors.md
Co-authored-by: Ivan <98037481+IvanZosimov@users.noreply.github.com>
1 parent c96b4b5 commit c0abeaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Pull requests are the easiest way to contribute changes to git repos at GitHub.
6565
**Learn more about how to implement tests:**
6666

6767
Adding or changing tests is an integral part of making a change to the code.
68-
Unit tests are in the `__tests__` folder, and end-to-end tests are in the `workflows` folder (in the particular file [e2e-cache.yml](https://github.com/actions/setup-python/blob/main/.github/workflows/e2e-cache.yml)).
68+
Unit tests are in the `__tests__` folder, and end-to-end tests are in the `workflows` folder, particularly take a look at the files with `e2e` and `test` prefixes, for instance, [e2e-cache.yml](https://github.com/actions/setup-python/blob/main/.github/workflows/e2e-cache.yml).
6969

7070
- The contributor can add various types of tests (like unit tests or end-to-end tests), which, in his opinion, will be necessary and sufficient for testing new or changed functionality
7171
- Tests should cover a successful execution, as well as some edge cases and possible errors

0 commit comments

Comments
 (0)