You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So i am kind of new to appium and having an issue.
I installed and launched the server, and i have written a script based on the simple ios test python example in the appium repo.
my setUp method is the first method in my class that has been derived from unittest.TestCase
So when i launch the script that contains this method, nothing happens i get the default 'run 0 tests with blabla' output.
When i put the inside of this method out of the classes scope tho it works the simulator with the app launches but than again it is outside of the scope of the test class.
I have tried the same caps with the simple ruby script and it works over there..
Could you please englighten me either i am doing something wrong or this is an issue with the python client.
The text was updated successfully, but these errors were encountered:
@sebv I just realized and fixed the problem, i am sorry for opening up this issue.
The problem was that my test method's name did not started with the 'test_'..
Hello dear maintainers of python-client,
So i am kind of new to appium and having an issue.
I installed and launched the server, and i have written a script based on the simple ios test python example in the appium repo.
my setUp method is the first method in my class that has been derived from unittest.TestCase
So when i launch the script that contains this method, nothing happens i get the default 'run 0 tests with blabla' output.
When i put the inside of this method out of the classes scope tho it works the simulator with the app launches but than again it is outside of the scope of the test class.
I have tried the same caps with the simple ruby script and it works over there..
Could you please englighten me either i am doing something wrong or this is an issue with the python client.
The text was updated successfully, but these errors were encountered: