mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-07 05:12:00 +02:00
[tests] TemplatesVersion: Add message when compatibility assertion is raised
If a compatibility issue is found and the assertion is raised, a message is now displayed to indicate which template (with its path) and which node (with its node type) caused the issue.
This commit is contained in:
parent
13135a4db3
commit
f88e7d2a0a
1 changed files with 1 additions and 1 deletions
|
@ -55,4 +55,4 @@ def test_templateVersions():
|
||||||
compatibilityIssue = CompatibilityIssue.DescriptionConflict
|
compatibilityIssue = CompatibilityIssue.DescriptionConflict
|
||||||
break
|
break
|
||||||
|
|
||||||
assert compatibilityIssue is None
|
assert compatibilityIssue is None, "{} in {} for node {}".format(compatibilityIssue, path, nodeType)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue