diff options
| author | nharringtonwasatch <nharrington@wasatchphotonics.com> | 2015-10-01 13:52:12 -0400 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2015-10-01 12:28:42 -0700 |
| commit | 91dee884e9e4831e73a5d0a5c6a00e1e0f1397d9 (patch) | |
| tree | a1f09c407b6025a0845c96a02e15b26941d0ebd8 /HACKING.txt | |
| parent | 7d5d899f5043b381348bd349792fda6da957ab50 (diff) | |
| download | pyramid-91dee884e9e4831e73a5d0a5c6a00e1e0f1397d9.tar.gz pyramid-91dee884e9e4831e73a5d0a5c6a00e1e0f1397d9.tar.bz2 pyramid-91dee884e9e4831e73a5d0a5c6a00e1e0f1397d9.zip | |
wiki2 documentation precisely matches the scaffolding output
Diffstat (limited to 'HACKING.txt')
| -rw-r--r-- | HACKING.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.txt b/HACKING.txt index b82041c71..d0f9a769e 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -189,7 +189,7 @@ Running Tests Run the tests like so:: $ $VENV/bin/easy_install pytest - $ py.test --strict pyramid/ + $ $VENV/bin/py.test --strict pyramid/ - Functional tests related to the "scaffolds" (starter, zodb, alchemy) which create a virtualenv, install the scaffold package and its dependencies, start |
