kgiusti opened a new pull request #584: DISPATCH-1443: use python unittest library, fail back to unittest2 URL: https://github.com/apache/qpid-dispatch/pull/584 unittest is part of the standard library for Python. unittest in versions of Python prior to 2.7 does not have all the features needed by our unit tests. Use 3rd party python-unittest2 module if Python < 2.7, otherwise use the standard library unittest.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
