oslo.messaging/oslo_messaging/tests/functional/notify
howardlee 56c48c65a5 [TrivialFix] Replace old style assertions with new style assertions
Replace 'assertEqual(None, ...)' with 'assertIsNone(...)'.
Replace 'assertTrue(a in b)' with ''assertIn(a, b).
Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'.

Change-Id: Ia13cb8465ec86c07867ef977f8ab0d0fdbabb1d4
2016-10-20 03:22:47 +00:00
..
__init__.py Add functional test for notify.logger 2015-04-01 02:03:39 +00:00
test_logger.py [TrivialFix] Replace old style assertions with new style assertions 2016-10-20 03:22:47 +00:00