Browse Source

Improve descriptions about tests in CONTRIBUTING.md

Signed-off-by: IKEDA Yasuyuki <[email protected]>
IKEDA Yasuyuki 3 năm trước cách đây
mục cha
commit
d789b2e426
1 tập tin đã thay đổi với 4 bổ sung3 xóa
  1. 4 3
      CONTRIBUTING.md

+ 4 - 3
CONTRIBUTING.md

@@ -124,9 +124,10 @@ Fork the repository and make changes on your fork in a feature branch:
     issue.
     issue.
 
 
 Submit unit tests for your changes. Go has a great test framework built in; use
 Submit unit tests for your changes. Go has a great test framework built in; use
-it! Take a look at existing tests for inspiration. [Run the full test
-suite](BUILDING.md) on your branch before
-submitting a pull request.
+it! Take a look at existing tests for inspiration. Also end-to-end tests are
+available. Run the full test suite, both unit tests and e2e tests on your
+branch before submitting a pull request. See [BUILDING.md](BUILDING.md) for
+instructions to build and run tests.
 
 
 Write clean code. Universally formatted code promotes ease of writing, reading,
 Write clean code. Universally formatted code promotes ease of writing, reading,
 and maintenance. Always run `gofmt -s -w file.go` on each changed file before
 and maintenance. Always run `gofmt -s -w file.go` on each changed file before