swift/test
Gábor Antal 87340e5f29 Use more specific asserts in test/unit/account 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: Icdbf3c63fe8dd6db1129023885655a9f7032d4a7
2017-08-23 17:22:54 +02:00
..
functional Merge "Retrieve encryption root secret from Barbican" 2017-08-21 21:19:09 +00:00
probe Allow to rebuild a fragment of an expired object 2017-08-04 23:05:08 +02:00
unit Use more specific asserts in test/unit/account tests 2017-08-23 17:22:54 +02:00
__init__.py Open-code eventlet.listen() 2017-05-11 01:39:14 -06:00
sample.conf [Trivial]Fix some type errors in ../sample.conf 2017-02-12 01:30:34 -08:00