diff options
| author | Andreas Zeidler <az@zitc.de> | 2013-08-16 16:42:08 +0200 |
|---|---|---|
| committer | Andreas Zeidler <az@zitc.de> | 2013-08-16 16:42:08 +0200 |
| commit | 7a2df29602b207954a4d00fae4556f57ed3675e1 (patch) | |
| tree | a7072942f33784255f49aa03d08814b50567ec8e /HACKING.txt | |
| parent | b7314f804c0c550c3763456ce198e541591f17b8 (diff) | |
| download | pyramid-7a2df29602b207954a4d00fae4556f57ed3675e1.tar.gz pyramid-7a2df29602b207954a4d00fae4556f57ed3675e1.tar.bz2 pyramid-7a2df29602b207954a4d00fae4556f57ed3675e1.zip | |
add info how to run the tests using pytest (http://pytest.org/)
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 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 ------------- |
