Skip to content

Commit

Permalink
Mobly Release 1.11. (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
xpconanfan committed Aug 4, 2021
1 parent a687b66 commit 5de78a9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Mobly Release History


## Mobly Release 1.11: Py2 Deprecation and Repeat/Retry Support

This release focuses on code quality improvement, refactoring, and legacy
code removal.

Py2-specific workarounds and deprecated APIs are removed in this release.
We are also refactoring to use 2-space indentation and unit test system.

### New
* Framework support for test case level `repeat` and `retry`.

### Breaking Changes
* Removal of Py2 support
* Removal of the `monsoon` controller

### Fixes
* Various improvements in Android device controller
* More metadata collected for test runs


## Mobly Release 1.10.1: Incremental fixes

This release contains minor fixes and improvements.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ def run_tests(self):
def main():
setuptools.setup(
name='mobly',
version='1.10.1',
version='1.11',
maintainer='Ang Li',
maintainer_email='mobly-github@googlegroups.com',
description='Automation framework for special end-to-end test cases',
license='Apache2.0',
url='https://github.com/google/mobly',
download_url='https://github.com/google/mobly/tarball/1.10.1',
download_url='https://github.com/google/mobly/tarball/1.11',
packages=setuptools.find_packages(exclude=['tests']),
include_package_data=False,
scripts=['tools/sl4a_shell.py', 'tools/snippet_shell.py'],
Expand Down

0 comments on commit 5de78a9

Please sign in to comment.