swift/test/probe
Dirk Mueller 3d36a76156 Use Python 3.x compatible except construct
except x,y: was deprected and is removed in Python 3.x.
Use "except x as y:" instead which works in any Python
version >= 2.6.

Change-Id: I7008c74b807340f3457d3a0c8bd0b83f23169d14
2013-09-07 10:50:54 +02:00
..
__init__.py Add option to make probetests more brittle 2013-07-19 01:39:42 -07:00
common.py Use Python 3.x compatible except construct 2013-09-07 10:50:54 +02:00
test_account_failures.py Implementation of replication servers 2013-04-21 18:14:42 -04:00
test_account_get_fake_responses_match.py Corrected many style violations in the tests. 2013-07-24 10:18:47 -07:00
test_container_failures.py Use Python 3.x compatible except construct 2013-09-07 10:50:54 +02:00
test_empty_device_handoff.py Use Python 3.x compatible except construct 2013-09-07 10:50:54 +02:00
test_object_async_update.py Implementation of replication servers 2013-04-21 18:14:42 -04:00
test_object_failures.py Use Python 3.x compatible except construct 2013-09-07 10:50:54 +02:00
test_object_handoff.py Use Python 3.x compatible except construct 2013-09-07 10:50:54 +02:00
test_replication_servers_working.py Pep8 the probe tests (1 of 12) 2013-09-01 15:12:12 -04:00