From 9da362ce67fe975e23ef3cabf67c783c503ce652 Mon Sep 17 00:00:00 2001 From: Enrico Minack Date: Wed, 6 Jul 2022 22:16:27 +0100 Subject: [PATCH] Debug actual content --- python/test/test_action_script.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/test/test_action_script.py b/python/test/test_action_script.py index fbf0b37a..ea602ca7 100644 --- a/python/test/test_action_script.py +++ b/python/test/test_action_script.py @@ -823,6 +823,7 @@ def test_parse_files(self): gha = GithubAction(file=string) with mock.patch('publish.github_action.logger') as m: log_parse_errors(actual.errors, gha) + print(string.getvalue()) self.assertEqual( sorted([ "::error::lxml.etree.XMLSyntaxError: Start tag expected, '<' not found, line 1, column 1",