[diffoscope] branch master updated (63adae5 -> ec646da)

Chris Lamb chris at chris-lamb.co.uk
Sat Jan 21 12:16:05 CET 2017


This is an automated email from the git hooks/post-receive script.

lamby pushed a change to branch master
in repository diffoscope.

      from  63adae5   CONTRIBUTING: misc updates, clearer info about how to submit a Debian bug
       new  b22c4ff   presenters: Move text presenter to use Visitor pattern.
       new  42b7de5   presenters: Add markdown output support. (Closes: #848141)
       new  d76cb76   presenters: Add RestructuredText output format.
       new  1d7a4dc   tests: Avoid DRY violations when running the main function
       new  ec646da   tests: Split main and presenter tests.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 diffoscope/main.py                                 |   5 +
 tests/conftest.py => diffoscope/presenters/base.py |  19 ++-
 diffoscope/presenters/markdown.py                  |  54 ++++++++
 diffoscope/presenters/restructuredtext.py          |  62 +++++++++
 diffoscope/presenters/text.py                      |  74 +++++-----
 diffoscope/presenters/utils.py                     |  18 +++
 tests/test_main.py                                 | 153 ++++++---------------
 tests/test_presenters.py                           | 110 +++++++++++++++
 8 files changed, 348 insertions(+), 147 deletions(-)
 copy tests/conftest.py => diffoscope/presenters/base.py (65%)
 create mode 100644 diffoscope/presenters/markdown.py
 create mode 100644 diffoscope/presenters/restructuredtext.py
 create mode 100644 tests/test_presenters.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list