Skip to content

Commit

Permalink
Add more notes about nose support in readme. Update changelog. Closes #9
Browse files Browse the repository at this point in the history
. Closes #8.
  • Loading branch information
ionelmc committed Mar 27, 2015
1 parent 7ac37c3 commit 6aceb2c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ Changelog

Use cookiecutter's ``--checkout`` options to use a specific version.

v1.1 (2015-03-28)
-----------------

* Added support for `nose <http://nose.readthedocs.org/>`_ test runner. Contributed by Alexander Artemenko, `#8
<https://github.com/ionelmc/cookiecutter-pylibrary/issues/8>`_ `#9
<https://github.com/ionelmc/cookiecutter-pylibrary/pull/9>`_.
* Strip all text roles from ``long_description`` in ``setup.py``.
* Added contributing guide for the template.
* Improved the tests for the template (no more ``.cookiecutterrc`` overriding, other minor perm and path issues).
* The ``setup.py release`` doesn't upload anymore. Added instructions for using `twine
<https://pypi.python.org/pypi/twine>`_.
* Minor glob simplification in ``MANIFEST.in``.

v1.0 (2015-03-24)
-----------------

Expand Down
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Features
This is an "all inclusive" sort of template.

* BSD 2-clause license.
* Tox_ and Pytest_ for testing Python 2.6, 2.7, 3.3, PyPy etc.
* Tox_ for managing test environments for Python 2.6, 2.7, 3.3, PyPy etc.
* Pytest_ or Nose_ for testing Python 2.6, 2.7, 3.3, PyPy etc.
* *Optional* support for creating a tests matrix out of dependencies and python versions.
* Travis-CI_ and AppVeyor_ for continuous testing.
* Coveralls_ for coverage tracking (using Tox_).
Expand Down Expand Up @@ -121,7 +122,7 @@ You will be asked for these fields:
- .. code:: python

"pytest"
- Select if you want to run tests with ``pytest`` or ``nose``.
- Test runner to use. Available options: ``pytest`` or ``nose``.

The testing (``tox.ini`` and ``.travis.yml``) configuration is generated from templates. For your convenience there's an
initial bootstrap ``tox.ini``, to get the initial generation going just run::
Expand Down Expand Up @@ -232,3 +233,4 @@ If you have criticism or suggestions please open up an Issue or Pull Request.
.. _Pytest: http://pytest.org/
.. _AppVeyor: http://www.appveyor.com/
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _Nose: http://nose.readthedocs.org/

0 comments on commit 6aceb2c

Please sign in to comment.