swift/test/unit/proxy/controllers
Gábor Antal 75a58a6dd8 Use more specific asserts in test/unit/proxy tests
I changed asserts with more specific assert methods.
e.g.: from assertTrue(sth == None) to assertIsNone(*) or
assertTrue(isinstance(inst, type)) to assertIsInstace(inst, type)
or assertTrue(not sth) to assertFalse(sth).

The code gets more readable, and a better description will be shown on fail.

Change-Id: If6aad8681aab7c9a41d65a4f449d8abbe3e64616
2016-07-15 13:32:31 +00:00
..
__init__.py re-use headers_to_container_info on container GET 2012-11-01 18:46:47 -07:00
test_account.py Use more specific asserts in test/unit/proxy tests 2016-07-15 13:32:31 +00:00
test_base.py Use more specific asserts in test/unit/proxy tests 2016-07-15 13:32:31 +00:00
test_container.py Use more specific asserts in test/unit/proxy tests 2016-07-15 13:32:31 +00:00
test_info.py Use more specific asserts in test/unit/proxy tests 2016-07-15 13:32:31 +00:00
test_obj.py Use more specific asserts in test/unit/proxy tests 2016-07-15 13:32:31 +00:00