Refer to the testing best practices guide from contribution guide

PiperOrigin-RevId: 302993272
Change-Id: Ie667bfa17f683dfb2e174d373e745f512f72124d
This commit is contained in:
Gunhan Gulsoy 2020-03-25 16:14:22 -07:00 committed by TensorFlower Gardener
parent ae33348a36
commit 6f9889054a
1 changed files with 3 additions and 0 deletions

View File

@ -88,6 +88,9 @@ TensorFlow coding style.
submitting PRs to fix one typo, one warning,etc. We recommend fixing the submitting PRs to fix one typo, one warning,etc. We recommend fixing the
same issue at the file level at least (e.g.: fix all typos in a file, fix same issue at the file level at least (e.g.: fix all typos in a file, fix
all compiler warning in a file, etc.) all compiler warning in a file, etc.)
* Tests should follow the
[testing best practices](https://www.tensorflow.org/community/contribute/tests)
guide.
#### License #### License