Skip to content

Commit d789b2e

Browse files
committed
Improve descriptions about tests in CONTRIBUTING.md
Signed-off-by: IKEDA Yasuyuki <[email protected]>
1 parent 630c600 commit d789b2e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,10 @@ Fork the repository and make changes on your fork in a feature branch:
124124
issue.
125125

126126
Submit unit tests for your changes. Go has a great test framework built in; use
127-
it! Take a look at existing tests for inspiration. [Run the full test
128-
suite](BUILDING.md) on your branch before
129-
submitting a pull request.
127+
it! Take a look at existing tests for inspiration. Also end-to-end tests are
128+
available. Run the full test suite, both unit tests and e2e tests on your
129+
branch before submitting a pull request. See [BUILDING.md](BUILDING.md) for
130+
instructions to build and run tests.
130131

131132
Write clean code. Universally formatted code promotes ease of writing, reading,
132133
and maintenance. Always run `gofmt -s -w file.go` on each changed file before

0 commit comments

Comments
 (0)