appium-pytest icon indicating copy to clipboard operation
appium-pytest copied to clipboard

No module named screens.calulator

Open rafaelcs opened this issue 9 years ago • 1 comments

Hello,

I'm trying run this test, but is shown this error

Traceback (most recent call last):
  File "test_something.py", line 2, in <module>
    from screens.calulator import Calulator
ImportError: No module named screens.calulator

You can help me?

Cheers, Rafael

rafaelcs avatar Nov 25 '15 22:11 rafaelcs

Looks like init.py is missed in tests folder

den-iaremenko avatar Mar 15 '18 08:03 den-iaremenko