[GitHub] libcloud pull request #1264: tests: use assertIsNone()

2018-11-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/libcloud/pull/1264 ---

[GitHub] libcloud pull request #1264: tests: use assertIsNone()

2018-11-29 Thread ktdreyer
GitHub user ktdreyer opened a pull request: https://github.com/apache/libcloud/pull/1264 tests: use assertIsNone() ### Description Python 2.7 introduced `assertIsNone()`. Change all our `assertEqual(value, None)` statements to `assertIsNone(value)`. ### Status