[ARVADOS] updated: 22f68d307a3229fbf842fba0f61ea0ae0330832b
git at public.curoverse.com
git at public.curoverse.com
Thu Jul 16 10:56:12 EDT 2015
Summary of changes:
sdk/python/tests/test_websockets.py | 12 ------------
1 file changed, 12 deletions(-)
via 22f68d307a3229fbf842fba0f61ea0ae0330832b (commit)
from a45c162ac02bb261fc65d3d59b446f0610c3ab8f (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 22f68d307a3229fbf842fba0f61ea0ae0330832b
Author: radhika <radhika at curoverse.com>
Date: Thu Jul 16 10:54:45 2015 -0400
6473: remove incorrect format tests; it appears that #6451 strikes after one such test and the next test fails.
diff --git a/sdk/python/tests/test_websockets.py b/sdk/python/tests/test_websockets.py
index 6d0a2f2..e82d569 100644
--- a/sdk/python/tests/test_websockets.py
+++ b/sdk/python/tests/test_websockets.py
@@ -63,18 +63,6 @@ class WebsocketTest(run_test_server.TestCaseWithServers):
poll_fallback=False, expect_type=arvados.events.EventClient,
additional_filters=[['created_at', '>', tomorrow.strftime('%Y-%m-%d')]])
- def test_subscribe_websocket_with_start_time_incorrect_date_format(self):
- now = datetime.today()
- self._test_subscribe(
- poll_fallback=False, expect_type=arvados.events.EventClient,
- additional_filters=[['created_at', '>', now.strftime('%Y-%m')]])
-
- def test_subscribe_websocket_with_start_time_incorrect_time_format(self):
- now = datetime.today()
- self._test_subscribe(
- poll_fallback=False, expect_type=arvados.events.EventClient,
- additional_filters=[['created_at', '>', now.strftime('%Y-%m-%d %H:%M')]])
-
@mock.patch('arvados.events.EventClient.__init__')
def test_subscribe_poll(self, event_client_constr):
event_client_constr.side_effect = Exception('All is well')
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list