Skip to content
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.

Commit

Permalink
update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed May 1, 2016
1 parent f05f5f0 commit 3924cf5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/runtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "$@"

0 comments on commit 3924cf5

Please sign in to comment.