Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1011 Bytes

contributing.rst

File metadata and controls

36 lines (25 loc) · 1011 Bytes

Contributing to polib

You are very welcome to contribute to the project! The bugtracker, wiki and mercurial repository can be found at the project's page.

New releases are also published at the cheeseshop.

How to contribute

There are various possibilities to get involved, for example you can:

Running the test suite

To run the tests, just type the following on a terminal:

$ cd /path/to/polib/
$ ./runtests.sh

If you want to generate coverage information:

$ pip install coverage
$ ./runtests.sh
$ coverage html