Document that tests should prefer to hit public APIs (#1751)
This commit is contained in:
parent
ec6a6a5cdb
commit
aabd35eeaa
1 changed files with 3 additions and 0 deletions
|
|
@ -22,6 +22,9 @@ agreement, the PR will be merged.
|
|||
Each bug fix, change or new feature should be tested well to prevent future
|
||||
regressions.
|
||||
|
||||
If possible, tests should use public APIs. If the bug is in private/internal
|
||||
code, try to trigger it from a public API.
|
||||
|
||||
### Force-push
|
||||
|
||||
Please do not use `git push --force` on your PR branch for the following
|
||||
|
|
|
|||
Loading…
Reference in a new issue