From 6a35fddf62f01619d2fa9e3e28a85e9b93d3fa54 Mon Sep 17 00:00:00 2001 From: Scott Albertson Date: Wed, 28 Nov 2018 22:31:17 -0800 Subject: [PATCH] Add a "Reviewed by Hound" badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 69b88fe..8b9805e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ uiautomator [![Coverage Status](https://img.shields.io/coveralls/xiaocong/uiautomator/master.svg)](https://coveralls.io/r/xiaocong/uiautomator?branch=master) [![pypi](https://img.shields.io/pypi/v/uiautomator.svg)](https://pypi.python.org/pypi/uiautomator) [![downloads](https://img.shields.io/pypi/dm/uiautomator.svg)](https://pypi.python.org/pypi/uiautomator) +[![Reviewed by Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com) This module is a Python wrapper of Android [uiautomator][] testing framework. It works on Android 4.1+ simply with Android device attached via adb, no need to install anything on Android device.