diff options
| author | Chris McDonough <chrism@plope.com> | 2015-04-13 10:43:21 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2015-04-13 10:43:21 -0400 |
| commit | 109b2a0b29e0d63a521a91021c736851248ac7d3 (patch) | |
| tree | ab01091e7856aff0eb274d06cab37cf2e3c0ff62 /HACKING.txt | |
| parent | d7734b0ca17e08fa12f8f8b9d6e44c9ef3aba99e (diff) | |
| download | pyramid-109b2a0b29e0d63a521a91021c736851248ac7d3.tar.gz pyramid-109b2a0b29e0d63a521a91021c736851248ac7d3.tar.bz2 pyramid-109b2a0b29e0d63a521a91021c736851248ac7d3.zip | |
make it possible to run scaffold functests using tox
Diffstat (limited to 'HACKING.txt')
| -rw-r--r-- | HACKING.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/HACKING.txt b/HACKING.txt index e104869ec..91366cc28 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -191,6 +191,13 @@ Running Tests $ $VENV/bin/easy_install pytest $ 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 + a server, and hit a URL on the server can be run like so: + + $ tox py2-scaffolds + $ tox py3-scaffolds + Test Coverage ------------- |
