Skip to content

Commit

Permalink
Merge branch 'readme-tweaks'
Browse files Browse the repository at this point in the history
  • Loading branch information
tartley committed Oct 12, 2020
2 parents b7d722c + a44821e commit fa94627
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -309,19 +309,12 @@ Development

Help and fixes welcome!

No dependencies, other than Python. Tested on Python 2.7, 3.5, 3.6, 3.7 and
3.8.
Tested on CPython 2.7, 3.5, 3.6, 3.7 and 3.8.

Running tests requires:
No requirements. Development requirements are captured in requirements-dev.txt.

- Michael Foord's ``mock`` module to be installed on Python < 3.3.
- Tests are written using 2010-era updates to ``unittest``

To run tests::

python -m unittest discover -p *_test.py

This, like a few other handy commands, is captured in a ``Makefile``.
Tests are written using standard library ``unittest``. To run them, see
Makefile target 'test', along with a few other handy commands.

If you use nose to run the tests, you must pass the ``-s`` flag; otherwise,
``nosetests`` applies its own proxy to ``stdout``, which confuses the unit
Expand Down

0 comments on commit fa94627

Please sign in to comment.