From 62ce1e98bd05908a18aca1a2c9b9c0f5cc121647 Mon Sep 17 00:00:00 2001 From: Duncan Riach Date: Wed, 26 Jun 2019 21:20:43 -0700 Subject: [PATCH] Fix URL in docstring [skip ci] --- tensorflow/python/platform/test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tensorflow/python/platform/test.py b/tensorflow/python/platform/test.py index fdfdae093b9..a1669e6ad3a 100644 --- a/tensorflow/python/platform/test.py +++ b/tensorflow/python/platform/test.py @@ -15,6 +15,8 @@ """Testing. +See the [Testing](https://tensorflow.org/api_docs/python/tf/test) guide. + Note: `tf.compat.v1.test.mock` is an alias to the python `mock` or `unittest.mock` depending on the python version. """