casschin / appium-pytest

Usiny py.test with Appium
20 stars 9 forks source link

No module named screens.calulator #1

Open rafaelcs opened 8 years ago

rafaelcs commented 8 years ago

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

den-iaremenko commented 6 years ago

Looks like init.py is missed in tests folder