CODE: Document how to run tests.

This commit is contained in:
Brett Smith 2017-10-26 12:19:16 -04:00
parent 6295952a08
commit dd155749c3

View file

@ -91,3 +91,8 @@ At a high level, import2ledger handles each input file this way::
template.render(**entry_data)
Note in particular that multiple importers can handle the same input file. This helps support inputs like Patreon's earnings CSV, where completely different transactions are generated from the same source.
Running tests
-------------
Run ``./setup.py test`` from the source directory.