Skip to content
New issue

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

运行multitests_together.py报错 #7

Open
jiabinOu opened this issue Nov 30, 2018 · 2 comments
Open

运行multitests_together.py报错 #7

jiabinOu opened this issue Nov 30, 2018 · 2 comments

Comments

@jiabinOu
Copy link

jiabinOu commented Nov 30, 2018

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
@jiabinOu
Copy link
Author

    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

@adolli
Copy link
Member

adolli commented Dec 2, 2018

did u upgrade to latest poco and pocounit? try following command line.

pip install -U pocounit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants