swift/test
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
..
functional Use Python 3.x compatible except construct 2013-09-07 10:50:54 +02:00
functionalnosetests Use Python 3.x compatible except construct 2013-09-07 10:50:54 +02:00
probe Use Python 3.x compatible except construct 2013-09-07 10:50:54 +02:00
unit Use Python 3.x compatible except construct 2013-09-07 10:50:54 +02:00
__init__.py fixed some minor things in tests that pyflakes complained about 2013-03-26 20:42:26 +00:00
sample.conf Add option to make probetests more brittle 2013-07-19 01:39:42 -07:00