[ARVADOS] updated: 5fc3cc690c73d8c0dd6087e3389c8ebaf3099db1
Git user
git at public.curoverse.com
Tue Jul 11 16:05:32 EDT 2017
Summary of changes:
sdk/python/tests/test_arv_put.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 5fc3cc690c73d8c0dd6087e3389c8ebaf3099db1 (commit)
from b1f306a081877abb347f5dff6ff63ff09cf1f7a4 (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 5fc3cc690c73d8c0dd6087e3389c8ebaf3099db1
Author: Tom Clegg <tom at curoverse.com>
Date: Tue Jul 11 16:03:05 2017 -0400
11944: Remove invalid assertRaises(None, ...)
refs #11944
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curoverse.com>
diff --git a/sdk/python/tests/test_arv_put.py b/sdk/python/tests/test_arv_put.py
index b8065ef..b31d2ea 100644
--- a/sdk/python/tests/test_arv_put.py
+++ b/sdk/python/tests/test_arv_put.py
@@ -170,7 +170,7 @@ class ArvadosPutResumeCacheTest(ArvadosBaseTestCase):
self.last_cache.close()
resume_cache = arv_put.ResumeCache(self.last_cache.filename)
self.assertNotEqual(None, resume_cache)
- self.assertRaises(None, resume_cache.check_cache())
+ resume_cache.check_cache()
def test_basic_cache_storage(self):
thing = ['test', 'list']
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list