summaryrefslogtreecommitdiff
path: root/METADATA
blob: 75c48410be3f49b302280973445f8b0f51253b14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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: "4.0.2"
  license_type: NOTICE
  last_upgrade_date {
    year: 2020
    month: 3
    day: 11
  }
}