[ARVADOS] updated: d9d7af20beb9f9a09eb755e98d5e25f1a6e3e0e7
git at public.curoverse.com
git at public.curoverse.com
Tue Nov 11 16:29:54 EST 2014
Summary of changes:
sdk/python/tests/test_keep_client.py | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
via d9d7af20beb9f9a09eb755e98d5e25f1a6e3e0e7 (commit)
from a98086e04213ac68394e392761a2911b0e8a000c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit d9d7af20beb9f9a09eb755e98d5e25f1a6e3e0e7
Author: Tim Pierce <twp at curoverse.com>
Date: Tue Nov 11 16:29:35 2014 -0500
3857: fixed comment
diff --git a/sdk/python/tests/test_keep_client.py b/sdk/python/tests/test_keep_client.py
index 96522d4..c724efc 100644
--- a/sdk/python/tests/test_keep_client.py
+++ b/sdk/python/tests/test_keep_client.py
@@ -336,9 +336,8 @@ class KeepClientRetryTestMixin(object):
# To use this mixin, define DEFAULT_EXPECT, DEFAULT_EXCEPTION, and
# run_method().
#
- # Test classes must set TEST_PATCHER to a static method that mocks
- # out appropriate methods in the client --
- # e.g. tutil.mock_get_responses or tutil.mock_put_responses.
+ # Test classes must define TEST_PATCHER to a method that mocks
+ # out appropriate methods in the client.
PROXY_ADDR = 'http://[%s]:65535/' % (tutil.TEST_HOST,)
TEST_DATA = 'testdata'
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list