summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HACKING.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/HACKING.txt b/HACKING.txt
index 563903f2f..87538d0ad 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -128,6 +128,13 @@ Running Tests
$ cd ~/hack-on-pyramid/pyramid
$ /usr/bin/tox
+- The tests can also be run usign ``pytest`` (http://pytest.org/). This is
+ intended as a convenience for people who are more used or fond of ``pytest``.
+ Run the tests like so::
+
+ $ pip install pytest
+ $ py.test --strict pyramid/
+
Test Coverage
-------------