Files
deb-python-taskflow/taskflow
howardlee 51a6a8b687 Use assertIs(Not)None to check for None
[H203] Use assertIs(Not)None to check for None (off by default) Unit
test assertions tend to give better messages for more specific
assertions. As a result, assertIsNone(...) is preferred over
assertEqual(None, ...) and assertIs(None, ...), and assertIsNotNone(...)
is preferred over assertNotEqual(None, ...) and assertIsNot(None,
...). Off by default.

Trivial fix

Change-Id: I5b6ac7d99f0689843eb98cb3e9b9b10531322640
2016-11-07 16:50:39 +08:00
..
2016-09-28 17:52:26 +08:00
2016-11-03 14:18:01 +00:00
2014-02-22 17:16:29 +08:00
2015-08-23 10:00:51 -07:00
2016-05-10 10:49:50 -07:00