summaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorHerbert Xue <herbertxue@google.com>2020-03-13 14:48:45 +0000
committerHerbert Xue <herbertxue@google.com>2020-03-13 16:05:32 +0000
commit3381fde74146dd5d07917b7ec8e74ecd1945d193 (patch)
tree3d0f6532dde961e17aa921b9a5e76681a0b47fff /METADATA
parent73ebb2ed5b2c2548259190bcbec2136f25598ec6 (diff)
downloadmock-3381fde74146dd5d07917b7ec8e74ecd1945d193.tar.gz
This reverts commit 73ebb2ed5b2c2548259190bcbec2136f25598ec6. Reason for revert: The CL caused acloud unittest fail. (b/151394661) Bug: 151394661 Bug: 151400302 Change-Id: I174b84067f892cb343abdc3a3aebd90cd1ddb0d3
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA14
1 files changed, 7 insertions, 7 deletions
diff --git a/METADATA b/METADATA
index 75c4841..e0d0615 100644
--- a/METADATA
+++ b/METADATA
@@ -1,5 +1,9 @@
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."
+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
@@ -9,11 +13,7 @@ third_party {
type: GIT
value: "https://github.com/testing-cabal/mock"
}
- version: "4.0.2"
+ version: "2.0.0"
+ last_upgrade_date { year: 2018 month: 8 day: 1 }
license_type: NOTICE
- last_upgrade_date {
- year: 2020
- month: 3
- day: 11
- }
}