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

Side by Side Diff: vpython/venv/test_data/README.md

Issue 2699063004: vpython: Add VirtualEnv creation package. (Closed)
Patch Set: only Python and VirtualEnv parts of the test may fail Created 3 years, 9 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
OLDNEW
(Empty)
1 ## Test Data?
2
3 This test data directory is used by VirtualEnv tests to simulate a full
4 environment setup.
5
6 A fake CIPD client in `venv_resources_test.go` will use this to generate a fake
7 CIPD archive.
8
9 Wheels are generated from source that is also checked into the `test_data`. The
10 source for a wheel, "foo", is located at `foo.src`.
11
12 To build a wheel from source, `cd` into a source directory and run:
13
14 $ python setup.py bdist_wheel
15
16 The wheel will be created in `/dist/`.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698