swift/test/functional
Victor Stinner 7bea148d2f pep8: replace deprecated calls to assert_()
The TestCase.assert_() has been deprecated in Python 2.7. Replace it
with assertTrue() or even better methods (assertIn, assertNotIn,
assertIsInstance) which provide better error messages.

Change-Id: I21c730351470031a2dabe5238693095eabdb8964
2015-08-19 12:05:01 -07:00
..
__init__.py Use six to fix imports on Python 3 2015-07-24 11:48:28 +02:00
swift_test_client.py versioned writes middleware 2015-08-07 14:11:32 -04:00
test_account.py pep8 fix: assertEquals -> assertEqual 2015-08-05 22:23:54 -04:00
test_container.py pep8 fix: assertEquals -> assertEqual 2015-08-05 22:23:54 -04:00
test_object.py pep8 fix: assertEquals -> assertEqual 2015-08-05 22:23:54 -04:00
tests.py pep8: replace deprecated calls to assert_() 2015-08-19 12:05:01 -07:00