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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: vpython/venv/test_data/README.md
diff --git a/vpython/venv/test_data/README.md b/vpython/venv/test_data/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..2ccebc986c4ffa55daade88a0ebd31c2d00ef4dd
--- /dev/null
+++ b/vpython/venv/test_data/README.md
@@ -0,0 +1,16 @@
+## Test Data?
+
+This test data directory is used by VirtualEnv tests to simulate a full
+environment setup.
+
+A fake CIPD client in `venv_resources_test.go` will use this to generate a fake
+CIPD archive.
+
+Wheels are generated from source that is also checked into the `test_data`. The
+source for a wheel, "foo", is located at `foo.src`.
+
+To build a wheel from source, `cd` into a source directory and run:
+
+ $ python setup.py bdist_wheel
+
+The wheel will be created in `/dist/`.

Powered by Google App Engine
This is Rietveld 408576698