1name: "mock" 2description: 3 "mock is a library for testing in Python. It allows you to replace parts of " 4 "your system under test with mock objects and make assertions about how " 5 "they have been used." 6 7third_party { 8 url { 9 type: HOMEPAGE 10 value: "https://pypi.org/project/mock/" 11 } 12 url { 13 type: GIT 14 value: "https://github.com/testing-cabal/mock" 15 } 16 version: "2.0.0" 17 last_upgrade_date { year: 2018 month: 8 day: 1 } 18 license_type: NOTICE 19} 20