aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-12-28 15:55:24 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-12-28 16:21:58 -0800
commitce8ca6931e60359ad13771b5fbccf84707beefcc (patch)
tree0eb204a27bffaffbb3bb7d3b29f47b71fad39a4a
parent7604efdc01e427c028692f01d8f6f68adf8ba9ba (diff)
Update generated Python Op docs.
Change: 143138639
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.test.TestCase.md8
-rw-r--r--tensorflow/g3doc/api_docs/python/test.md8
2 files changed, 16 insertions, 0 deletions
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.test.TestCase.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.test.TestCase.md
index c6dfad01d3..6dba0e4f1e 100644
--- a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.test.TestCase.md
+++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.test.TestCase.md
@@ -1231,7 +1231,15 @@ Return any properties that the user has recorded.
#### `tf.test.TestCase.get_temp_dir()` {#TestCase.get_temp_dir}
+Returns a unique temporary directory for the test to use.
+Across different test runs, this method will return a different folder.
+This will ensure that across different runs tests will not be able to
+pollute each others environment.
+
+##### Returns:
+
+ string, the path to the unique temporary directory created for this test.
- - -
diff --git a/tensorflow/g3doc/api_docs/python/test.md b/tensorflow/g3doc/api_docs/python/test.md
index 17dfd68f32..ade1478781 100644
--- a/tensorflow/g3doc/api_docs/python/test.md
+++ b/tensorflow/g3doc/api_docs/python/test.md
@@ -1271,7 +1271,15 @@ Return any properties that the user has recorded.
#### `tf.test.TestCase.get_temp_dir()` {#TestCase.get_temp_dir}
+Returns a unique temporary directory for the test to use.
+Across different test runs, this method will return a different folder.
+This will ensure that across different runs tests will not be able to
+pollute each others environment.
+
+##### Returns:
+
+ string, the path to the unique temporary directory created for this test.
- - -