Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouke committed Sep 20, 2014
1 parent 52da554 commit 38c8571
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,25 +60,26 @@ existing zip files.
document.write('output.docx')


Unit tests
==========

In order to make sure that the library performs the way it was designed, unit
tests are used. When providing new features, or fixing bugs, there should be a
unit test that demonstrates it. Run the test suite::

python -m unittest discover


Todo / Wish List
================

* Preserve formatting of the merge field, currently it defaults to the
formatting of the containing text.
* Image merging.


Contributing
============

* Fork the repository on GitHub and start hacking
* Create / fix the unit tests
* Send a pull request with your changes

Unit tests
----------

In order to make sure that the library performs the way it was designed, unit
tests are used. When providing new features, or fixing bugs, there should be a
unit test that demonstrates it. Run the test suite::

python -m unittest discover

0 comments on commit 38c8571

Please sign in to comment.