Skip to content

Commit

Permalink
Mobly Release 1.12.2. (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
xpconanfan committed May 4, 2023
1 parent 031aa94 commit b443e44
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,20 @@
# Mobly Release History


## Mobly Release 1.12.2: Improve Support for Custom Suites

Bug fixes and improvements to better support users who construct their own
suite based on `test_runner` APIs and `suite_runner`.

### Fixes
* Make print test case name feature usable.
* Ensure default log path exists.
* Missing info in test records are now populated.
* Enable Android devices in bootloader mode to be picked up in registration.

[Full list of changes](https://github.com/google/mobly/milestone/29?closed=1)


## Mobly Release 1.12.1: Minor Improvements and Fixes

### New
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -46,13 +46,13 @@ def run_tests(self):
def main():
setuptools.setup(
name='mobly',
version='1.12.1',
version='1.12.2',
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.12.1',
download_url='https://github.com/google/mobly/tarball/1.12.2',
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 b443e44

Please sign in to comment.