diff options
| author | Bert JW Regeer <bertjw@regeer.org> | 2013-09-05 22:26:10 -0600 |
|---|---|---|
| committer | Bert JW Regeer <bertjw@regeer.org> | 2013-09-05 22:26:10 -0600 |
| commit | e8b1cf5dbb6353c0eead76996d1c002440bd6b89 (patch) | |
| tree | c33eb4eec81f288f48242ae1f272b0b896556518 /HACKING.txt | |
| parent | 89917f6e0323777bf8fa2c94ae81c7ebf6ad7a6d (diff) | |
| parent | 027c9809ca9377b3ae37a34e4ed997d8fdfddfb8 (diff) | |
| download | pyramid-e8b1cf5dbb6353c0eead76996d1c002440bd6b89.tar.gz pyramid-e8b1cf5dbb6353c0eead76996d1c002440bd6b89.tar.bz2 pyramid-e8b1cf5dbb6353c0eead76996d1c002440bd6b89.zip | |
Merge branch 'master' into feature/split_chameleon_from_pyramid
Conflicts:
pyramid/tests/test_renderers.py
Diffstat (limited to 'HACKING.txt')
| -rw-r--r-- | HACKING.txt | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/HACKING.txt b/HACKING.txt index abfed6dab..684a42ee6 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -78,7 +78,7 @@ In order to add a feature to Pyramid: documentation (in ``docs/``). - The feature must work fully on the following CPython versions: 2.6, - 2.7, and 3.2 on both UNIX and Windows. + 2.7, 3.2, and 3.3 on both UNIX and Windows. - The feature must work on the latest version of PyPy. @@ -104,7 +104,9 @@ Coding Style - PEP8 compliance. Whitespace rules are relaxed: not necessary to put 2 newlines between classes. But 80-column lines, in particular, are - mandatory. + mandatory. See + http://docs.pylonsproject.org/en/latest/community/codestyle.html for more + information. - Please do not remove trailing whitespace. Configure your editor to reduce diff noise. See https://github.com/Pylons/pyramid/issues/788 for more. @@ -112,13 +114,15 @@ Coding Style Running Tests -------------- -- To run all tests for Pyramid on a single Python version, run ``nosetests`` from - your development virtualenv (See *Using a Development Checkout* above). +- To run all tests for Pyramid on a single Python version, run ``nosetests`` + from your development virtualenv (See *Using a Development Checkout* above). - To run individual tests (i.e. during development) you can use a regular expression with the ``-t`` parameter courtesy of the `nose-selecttests - <https://pypi.python.org/pypi/nose-selecttests/>`_ plugin that's been installed (along with nose itself) via ``python setup.py dev``. The easiest usage is to - simply provide the verbatim name of the test you're working on. + <https://pypi.python.org/pypi/nose-selecttests/>`_ plugin that's been + installed (along with nose itself) via ``python setup.py dev``. The + easiest usage is to simply provide the verbatim name of the test you're + working on. - To run the full set of Pyramid tests on all platforms, install ``tox`` (http://codespeak.net/~hpk/tox/) into a system Python. The ``tox`` console |
