| 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/`.
|
|
|