swift/test/probe
Gábor Antal 300d388825 Use more specific asserts in test/probe 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: I3768faa568e3964e726ecc48ac8cb133cb088284
2016-11-02 18:13:22 +00:00
..
__init__.py Add option to make probetests more brittle 2013-07-19 01:39:42 -07:00
brain.py Refactor tests and add tests 2016-06-15 16:36:25 +01:00
common.py DRY out probe.common 2016-09-14 10:12:38 -07:00
test_account_failures.py Remove executable flag from some test modules 2016-10-31 21:22:10 +00:00
test_account_get_fake_responses_match.py Remove executable flag from some test modules 2016-10-31 21:22:10 +00:00
test_account_reaper.py Follow up delayed reap probe test 2016-08-18 14:08:56 +01:00
test_container_failures.py Remove executable flag from some test modules 2016-10-31 21:22:10 +00:00
test_container_merge_policy_index.py Use more specific asserts in test/probe tests 2016-11-02 18:13:22 +00:00
test_container_sync.py Make container sync copy SLO manifests 2016-09-14 13:32:00 +01:00
test_empty_device_handoff.py Remove executable flag from some test modules 2016-10-31 21:22:10 +00:00
test_object_async_update.py Use more specific asserts in test/probe tests 2016-11-02 18:13:22 +00:00
test_object_expirer.py Use more specific asserts in test/probe tests 2016-11-02 18:13:22 +00:00
test_object_failures.py Remove executable flag from some test modules 2016-10-31 21:22:10 +00:00
test_object_handoff.py Remove executable flag from some test modules 2016-10-31 21:22:10 +00:00
test_object_metadata_replication.py Use more specific asserts in test/probe tests 2016-11-02 18:13:22 +00:00
test_reconstructor_durable.py Use more specific asserts in test/probe tests 2016-11-02 18:13:22 +00:00
test_reconstructor_rebuild.py Use more specific asserts in test/probe tests 2016-11-02 18:13:22 +00:00
test_reconstructor_revert.py Use more specific asserts in test/probe tests 2016-11-02 18:13:22 +00:00
test_replication_servers_working.py Use more specific asserts in test/probe tests 2016-11-02 18:13:22 +00:00
test_wsgi_servers.py Python3 eventlet patched httplib _MAXHEADERS 2016-07-21 04:21:36 +00:00