summaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorKevin Cheng <kevcheng@google.com>2018-08-03 10:12:15 -0700
committerKevin Cheng <kevcheng@google.com>2018-09-21 09:52:46 -0700
commit824c5b747cd531984dd61872e3237a86d40e6691 (patch)
treeaf8a509444637a014d1723e91f333f3939d797d4 /METADATA
parent55f7b251b443af200e47421dc993b4af96fcb6ad (diff)
parent8c19ef6c95004524cb9f0b170a1aff6f47ade764 (diff)
downloadmock-824c5b747cd531984dd61872e3237a86d40e6691.tar.gz
Initial commit of mock 2.0.0master-cuttlefish-testing-release
Added in: - METADATA - Android.bp - NOTICE - MODULE_LICENSE_BSD Modified mock.py to not depend on pbr module, pbr was just used for versioning and since mock has not been modified in months (last commit was Jan 2018) I just hardcoded the version into mock.py instead. Merge commit '8c19ef6c95004524cb9f0b170a1aff6f47ade764' into import Bug: 112163440 Test: Built acloud-test with py-mock and was able to run successfully Change-Id: Iec384477c863178730f6e42cf67044eb80ec0ce1
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA19
1 files changed, 19 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..e0d0615
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,19 @@
+name: "mock"
+description:
+ "mock is a library for testing in Python. It allows you to replace parts of "
+ "your system under test with mock objects and make assertions about how "
+ "they have been used."
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://pypi.org/project/mock/"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/testing-cabal/mock"
+ }
+ version: "2.0.0"
+ last_upgrade_date { year: 2018 month: 8 day: 1 }
+ license_type: NOTICE
+}