Files
appium/sample-code/python
2019-03-25 09:29:17 -07:00
..
2019-03-25 09:29:17 -07:00
2018-08-22 11:48:58 -07:00

Python Sample Code

Setup

pip install -r requirements.txt

Run tests

Run all tests

py.test test

Run an arbitrary file

py.test test/test_ios_selectors.py

TestCase

unittest based

  • test/test_android_create_session.py
  • test/test_ios_create_session.py

pytest based

  • Rest of the above