зеркало из https://github.com/mozilla/gecko-dev.git
ee7107754b
Behavior changes: - ADBAndroidMixin.is_app_installed() will now perform a strict check on `app_name` provided. Previously, the behavior was to do a fuzzy match, where as long as the provided `app_name` matched some item on the list it would return True. Now, the exact string as shown when user calls `adb shell > pm list packages` will be required in order to generate a True return value. Other changes: - bumped mozdevice version to 1.1.2 reflecting minor behavior change. - addition of unit tests for ADBAndroidMixin.is_app_installed() method call and surrounding helper methods such as mocked fixtures, manifest changes. Differential Revision: https://phabricator.services.mozilla.com/D7322 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
mozdevice | ||
tests | ||
setup.py |