From 6f9889054a7a81b38f6b83f7533ea154496641b7 Mon Sep 17 00:00:00 2001 From: Gunhan Gulsoy Date: Wed, 25 Mar 2020 16:14:22 -0700 Subject: [PATCH] Refer to the testing best practices guide from contribution guide PiperOrigin-RevId: 302993272 Change-Id: Ie667bfa17f683dfb2e174d373e745f512f72124d --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b4dc0e73975..ccc03cc046d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -88,6 +88,9 @@ TensorFlow coding style. 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 all compiler warning in a file, etc.) +* Tests should follow the + [testing best practices](https://www.tensorflow.org/community/contribute/tests) + guide. #### License