Files
swift/test/unit/account/test_auditor.py
Alex Szarka fea24d0a06 Use more specific asserts in test/unit/account tests
I changed asserts with more specific assert methods.
e.g.: from assertTrue(x in y) to assertIn(x, y).

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

Change-Id: Ic20fbff8a7bb2e870c1609d4fa6e6255eabbeced
2017-06-22 13:57:11 +02:00

9.7 KiB