Skip to content

Commit edd0aca

Browse files
committed
update tests path
1 parent f3e3b7c commit edd0aca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/contributors.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ Pull requests are the easiest way to contribute changes to git repos at GitHub.
6666

6767
**Learn more about how to implement tests:**
6868

69-
Adding or changing tests is an integral part of making a change to the code. The tests are located in the `__tests__` folder and cover most of the functionality of the repository.
69+
Adding or changing tests is an integral part of making a change to the code.
70+
Unit tests are in the `__tests__` folder, and end-to-end tests are in the `workflows` folder (in particular, in the file [versions.yml](https://github.com/actions/setup-go/blob/main/.github/workflows/versions.yml)).
7071

7172
- 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
7273
- Tests should cover a successful execution, as well as some edge cases and possible errors
@@ -111,4 +112,4 @@ Another great way to contribute is pull request reviews. Please, be extra kind:
111112
- Make sure you're familiar with the code or documentation is updated, unless it's a minor change (spellchecking, minor formatting, etc.)
112113
- Review changes using the GitHub functionality. You can ask a clarifying question, point out an error or suggest an alternative.
113114
> Note: You may ask for minor changes - "nitpicks", but consider whether they are real blockers to merging or not
114-
- Submit your review, which may include comments, an approval, or a changes request
115+
- Submit your review, which

0 commit comments

Comments
 (0)