aboutsummaryrefslogtreecommitdiff
path: root/catapult/telemetry/third_party/pyfakefs/README.chromium
diff options
context:
space:
mode:
Diffstat (limited to 'catapult/telemetry/third_party/pyfakefs/README.chromium')
-rw-r--r--catapult/telemetry/third_party/pyfakefs/README.chromium16
1 files changed, 16 insertions, 0 deletions
diff --git a/catapult/telemetry/third_party/pyfakefs/README.chromium b/catapult/telemetry/third_party/pyfakefs/README.chromium
new file mode 100644
index 00000000..6b9dac73
--- /dev/null
+++ b/catapult/telemetry/third_party/pyfakefs/README.chromium
@@ -0,0 +1,16 @@
+Name: pyfakefs
+Short Name: pyfakefs
+URL: https://github.com/jmcgeheeiv/pyfakefs
+Version: 7e8e097c0165ba9d51fa9d34a0888d8ec082d15b (commit hash)
+License: Apache License 2.0
+License File: NOT_SHIPPED
+Security Critical: no
+
+Local modification: create a pyfakefs as a project folder & move pyfakefs to
+pyfakefs/pyfakefs since we don't want the project folder to be a module.
+
+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.