• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1name: "pyfakefs"
2description:
3    "pyfakefs implements a fake file system that mocks the Python file system "
4    "modules. Using pyfakefs, your tests operate on a fake file system in "
5    "memory without touching the real disk. The software under test requires no "
6    "modification to work with pyfakefs."
7
8third_party {
9  url {
10    type: HOMEPAGE
11    value: "http://pyfakefs.org/"
12  }
13  url {
14    type: GIT
15    value: "https://github.com/jmcgeheeiv/pyfakefs.git"
16  }
17  version: "v3.7"
18  license_type: NOTICE
19  last_upgrade_date { year: 2019 month: 12 day: 18 }
20}
21