CODE: Document how to run tests.
This commit is contained in:
parent
6295952a08
commit
dd155749c3
1 changed files with 5 additions and 0 deletions
5
CODE.rst
5
CODE.rst
|
@ -91,3 +91,8 @@ At a high level, import2ledger handles each input file this way::
|
||||||
template.render(**entry_data)
|
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.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue