Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Side by Side Diff: tools/telemetry/third_party/pyfakefs/README.chromium

Issue 1313163007: [Telemetry] Update pyfakefs to latest revision. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to 7e8e097c0165ba9d51fa9d34a0888d8ec082d15b Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | tools/telemetry/third_party/pyfakefs/pyfakefs/COPYING » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: pyfakefs 1 Name: pyfakefs
2 Short Name: pyfakefs 2 Short Name: pyfakefs
3 URL: https://github.com/jmcgeheeiv/pyfakefs 3 URL: https://github.com/jmcgeheeiv/pyfakefs
4 Version: a73695b8b173b58ad208db79c5aeaa9ae2693a3c (commit hash) 4 Version: 7e8e097c0165ba9d51fa9d34a0888d8ec082d15b (commit hash)
5 License: Apache License 2.0 5 License: Apache License 2.0
6 License File: pyfakefs/COPYING 6 License File: pyfakefs/COPYING
7 Security Critical: no 7 Security Critical: no
8 8
9 Local modification: create a pyfakefs as a project folder & move pyfakefs to 9 Local modification: create a pyfakefs as a project folder & move pyfakefs to
10 pyfakefs/pyfakefs since we don't want the project folder to be a module. 10 pyfakefs/pyfakefs since we don't want the project folder to be a module.
11 Add license header to pyfakefs/setup.py
12 11
13 Description: 12 Description:
14 pyfakefs implements a fake file system that mocks the Python file system 13 pyfakefs implements a fake file system that mocks the Python file system
15 modules. Using pyfakefs, your tests operate on a fake file system in memory 14 modules. Using pyfakefs, your tests operate on a fake file system in memory
16 without touching the real disk. The software under test requires no modification 15 without touching the real disk. The software under test requires no modification
17 to work with pyfakefs. 16 to work with pyfakefs.
OLDNEW
« no previous file with comments | « no previous file | tools/telemetry/third_party/pyfakefs/pyfakefs/COPYING » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698