Merging upstream version 1.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ae7b7df396
commit
afeccccd6a
154 changed files with 7346 additions and 5000 deletions
|
@ -188,5 +188,5 @@ class TestReportJinja:
|
|||
|
||||
def test_fail__init__file_not_found(self) -> None:
|
||||
"""Test __init__ failure if file is not found."""
|
||||
with pytest.raises(FileNotFoundError, match="template file is not found: /gnu/terry/pratchett"):
|
||||
with pytest.raises(FileNotFoundError, match=r"template file is not found: [/|\\]gnu[/|\\]terry[/|\\]pratchett"):
|
||||
ReportJinja(Path("/gnu/terry/pratchett"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue