[
https://issues.apache.org/jira/browse/PROTON-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15136355#comment-15136355
]
Cliff Jansen commented on PROTON-1129:
--------------------------------------
Multiple fixes for python versions < 2.7
unittest.setUpTest/tearDownTest (new in python 2.7)
unittest.assertIn (new in python 2.7)
Event.wait() (return arg changed in python 2.7)
> C++ binding test failure with older python
> ------------------------------------------
>
> Key: PROTON-1129
> URL: https://issues.apache.org/jira/browse/PROTON-1129
> Project: Qpid Proton
> Issue Type: Bug
> Components: cpp-binding
> Affects Versions: 0.13.0
> Reporter: Cliff Jansen
> Assignee: Cliff Jansen
>
> See errors like:
> AttributeError: type object 'ContainerExampleTest' has no attribute 'broker'
> Working theory: unittest.TestCase.setUpClass() not implemented until python
> 2.7. The classmethod overrides are never called.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)