You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
475 B
20 lines
475 B
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
|
|
}
|