[diffoscope] 01/01: diffoscope.presenters: Add RestructuredText output format.
Chris Lamb
chris at chris-lamb.co.uk
Sat Jan 21 05:21:29 CET 2017
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch lamby/output-formats
in repository diffoscope.
commit ff74fd5d72f1556d6a0f7e7c864287c9dca43ec4
Author: Chris Lamb <lamby at debian.org>
Date: Sat Jan 21 15:20:22 2017 +1100
diffoscope.presenters: Add RestructuredText output format.
Signed-off-by: Chris Lamb <lamby at debian.org>
---
tests/test_main.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/test_main.py b/tests/test_main.py
index d0d2575..b097423 100644
--- a/tests/test_main.py
+++ b/tests/test_main.py
@@ -125,6 +125,7 @@ def test_markdown(capsys):
assert err == ''
assert out.startswith('# Comparing')
+def test_restructuredtext(capsys):
args = ['--restructured-text', '-', *TEST_TARS]
with pytest.raises(SystemExit) as excinfo:
main(args)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list