pypy/module/_cppyy/test/test_pythonify.py::AppTestPYTHONIFY::()::test03_constructing_and_calling
self = <pypy.interpreter.typedef.W_ObjectObjectUserDictWeakrefable object at 0xf204db2c>
def test03_constructing_and_calling(self):
"""Test object and method calls."""
import _cppyy
example01_class = _cppyy.gbl.example01
> assert example01_class.getCount() == 0
E (application-level) AssertionError: assert 1 == 0
E + where 1 = <CPPStaticOverload object at 0xf31c92ac>()
E + where <CPPStaticOverload object at 0xf31c92ac> = <CPPStaticOverload object at 0xf31c92ac>
E + where <CPPStaticOverload object at 0xf31c92ac> = <class 'cppyy.gbl.example01'>.getCount
[/build_dir/own-linux-x86-32/build/pypy/module/_cppyy/test/test_pythonify.py:68]:5: AssertionError
builder: own-linux-x86-32 build #9360
test: pypy/module/_cppyy/test/test_pythonify/py/AppTestPYTHONIFY/()/test03_constructing_and_calling