File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Mobly Release History
22
33
4+ ## Mobly Release 1.11: Py2 Deprecation and Repeat/Retry Support
5+
6+ This release focuses on code quality improvement, refactoring, and legacy
7+ code removal.
8+
9+ Py2-specific workarounds and deprecated APIs are removed in this release.
10+ We are also refactoring to use 2-space indentation and unit test system.
11+
12+ ### New
13+ * Framework support for test case level ` repeat ` and ` retry ` .
14+
15+ ### Breaking Changes
16+ * Removal of Py2 support
17+ * Removal of the ` monsoon ` controller
18+
19+ ### Fixes
20+ * Various improvements in Android device controller
21+ * More metadata collected for test runs
22+
23+
424## Mobly Release 1.10.1: Incremental fixes
525
626This release contains minor fixes and improvements.
Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ def run_tests(self):
4444def main ():
4545 setuptools .setup (
4646 name = 'mobly' ,
47- version = '1.10.1 ' ,
47+ version = '1.11 ' ,
4848 maintainer = 'Ang Li' ,
4949 maintainer_email = 'mobly-github@googlegroups.com' ,
5050 description = 'Automation framework for special end-to-end test cases' ,
5151 license = 'Apache2.0' ,
5252 url = 'https://github.com/google/mobly' ,
53- download_url = 'https://github.com/google/mobly/tarball/1.10.1 ' ,
53+ download_url = 'https://github.com/google/mobly/tarball/1.11 ' ,
5454 packages = setuptools .find_packages (exclude = ['tests' ]),
5555 include_package_data = False ,
5656 scripts = ['tools/sl4a_shell.py' , 'tools/snippet_shell.py' ],
You can’t perform that action at this time.
0 commit comments