From dd155749c3313f81f692b0657354c7fb67f89eee Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Thu, 26 Oct 2017 12:19:16 -0400 Subject: [PATCH] CODE: Document how to run tests. --- CODE.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CODE.rst b/CODE.rst index 9a67339..a660b0d 100644 --- a/CODE.rst +++ b/CODE.rst @@ -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.