The method assertEquals has been deprecated since python 2.7. http://docs.python.org/2/library/unittest.html#deprecated-aliases Also in Python 3, a deprecated warning is raised when using assertEquals. Change-Id: Iba0ae72e72470cdf5b122defcd68effc5434f948
I typically avoided using e.g. assertIsNone() thinking we couldn't use it on 2.7, but now that we use testtools.TestCast there are a bunch of useful assertion methods we can use. Change-Id: I7696dc4744cdfd2466773326f202bc08dcfcbf0f
This should be complete coverage of the new pool.Pool class. Change-Id: I439e3d0adc4e370358db62573f862bf6caa8600f