summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING.txt')
-rw-r--r--HACKING.txt7
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
-------------