diff --git a/CHANGELOG b/CHANGELOG index 51a1f74..12c7ffd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,15 @@ CHANGES ======= +* add ios utils +* update requirements +* change some method of adb to static +* make python -matx install some.apk support multi device +* fix progress +* install use tqdm as progress bar +* move image test functions in test_android to test_monkey +* move RotationWatcher.apk to vendor +* add monkey test * add doc about install * add apk install support * add timeout events diff --git a/tests/runtest.sh b/tests/runtest.sh index 878672e..d4df0d6 100755 --- a/tests/runtest.sh +++ b/tests/runtest.sh @@ -9,4 +9,4 @@ fi cd $(dirname $0) -py.test -v test_dummy.py test_base.py "$@" +python -mpytest -v test_dummy.py test_base.py "$@"