Github user bufferoverflow commented on a diff in the pull request:

    https://github.com/apache/thrift/pull/194#discussion_r16374841
  
    --- Diff: test/py/TestClient.py ---
    @@ -94,29 +111,91 @@ def tearDown(self):
         # Close!
         self.transport.close()
     
    +  @classmethod
    +  def tearDownClass(cls):
    +    ret = 255 - TEST_NOTUSED
    +    if(not test_basetypes_fails):
    +      ret = ret - TEST_BASETYPES
    +    if(not test_structs_fails):
    +      ret = ret - TEST_STRUCTS
    +    if(not test_containers_fails):
    +      ret = ret - TEST_CONTAINERS
    +    if(not test_exceptions_fails):
    +      ret = ret - TEST_EXCEPTIONS
    +    if(not test_complex_fails):
    +      ret = ret - TEST_COMPLEX
    +    if(not test_enumtypedef_fails):
    +      ret = ret - TEST_ENUMTYPEDEF
    +    if(not test_oneway_fails):
    +      ret = ret - TEST_ONEWAY
    +
    --- End diff --
    
    return ret?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to