From b98e70e340f84652b44c888472724a23bae5f007 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Sat, 12 Jan 2013 01:55:27 +0200 Subject: grammar --- HACKING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'HACKING.txt') diff --git a/HACKING.txt b/HACKING.txt index 87d1422dc..64c8f461a 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -94,7 +94,7 @@ Running Tests -------------- - To run tests for Pyramid on a single Python version, run ``python setup.py - test`` against the using the Python interpreter from virtualenv into which + test`` against the Python interpreter from virtualenv into which you've ``setup.py develop``-ed Pyramid. - To run the full set of Pyramid tests on all platforms, install ``tox`` -- cgit v1.2.3 From 8a3872de6761eed9d372f1363ebb01ac313d4543 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Tue, 15 Jan 2013 08:26:55 +0200 Subject: fix #788 --- HACKING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'HACKING.txt') diff --git a/HACKING.txt b/HACKING.txt index 64c8f461a..32381cc6c 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -88,7 +88,7 @@ Coding Style mandatory. - Please do not remove trailing whitespace. Configure your editor to reduce - diff noise. + diff noise. See https://github.com/Pylons/pyramid/issues/788 for more. Running Tests -------------- -- cgit v1.2.3