We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test setup failed cls = <class 'testflow.lib.case.android_app.AndroidAppCase'>
@classmethod def setUpClass(cls): super(AndroidAppCase, cls).setUpClass() if not current_device(): connect_device('Android:///') dev = current_device() > meta_info_emitter = cls.get_result_emitter('metaInfo')
E AttributeError: type object 'AndroidAppCase' has no attribute 'get_result_emitter' ../lib/case/android_app.py:20: AttributeError
The text was updated successfully, but these errors were encountered:
dev = current_device()
meta_info_emitter = cls.get_result_emitter('metaInfo')
E AttributeError: type object 'AndroidAppCase' has no attribute 'get_result_emitter'
android_app.py:20: AttributeError
Sorry, something went wrong.
did u upgrade to latest poco and pocounit? try following command line.
pip install -U pocounit
No branches or pull requests
test setup failed
cls = <class 'testflow.lib.case.android_app.AndroidAppCase'>
The text was updated successfully, but these errors were encountered: