aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: c81cd98f2d2f93fd80684da0a4915529a756c3d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# This project was upgraded with external_updater.
# Usage: tools/external_updater/updater.sh update python/pyfakefs
# For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md

name: "pyfakefs"
description: "pyfakefs implements a fake file system that mocks the Python file system modules. Using pyfakefs, your tests operate on a fake file system in memory without touching the real disk. The software under test requires no modification to work with pyfakefs."
third_party {
  url {
    type: HOMEPAGE
    value: "http://pyfakefs.org/"
  }
  url {
    type: GIT
    value: "https://github.com/pytest-dev/pyfakefs.git"
  }
  version: "979a878b12a3f625abe986a2249b677e6193ae3d"
  license_type: NOTICE
  last_upgrade_date {
    year: 2023
    month: 8
    day: 25
  }
}