If the input is a string it's already used as the id Signed-off-by: Cole Robinson <[email protected]> --- tests/test_schema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/test_schema.py b/tests/test_schema.py index 73ad8bf..98f58ef 100644 --- a/tests/test_schema.py +++ b/tests/test_schema.py @@ -12,7 +12,7 @@ PARSER = libxml2.relaxNGNewParserCtxt(SCHEMA) VALID = PARSER.relaxNGParse().relaxNGNewValidCtxt() [email protected]("path", util.DataFiles.xmls(), ids=lambda path: path) [email protected]("path", util.DataFiles.xmls()) def test_schema(path): doc = libxml2.parseFile(path) assert VALID.relaxNGValidateDoc(doc) == 0 -- 2.21.0 _______________________________________________ Libosinfo mailing list [email protected] https://www.redhat.com/mailman/listinfo/libosinfo
