metadata: failfast=False like the rest of the tests

This commit is contained in:
Hans-Christoph Steiner 2023-04-27 15:22:01 +02:00
parent 2293633380
commit 27a0df9ddb
1 changed files with 1 additions and 1 deletions

View File

@ -1164,4 +1164,4 @@ if __name__ == "__main__":
newSuite = unittest.TestSuite()
newSuite.addTest(unittest.makeSuite(MetadataTest))
unittest.main(failfast=True)
unittest.main(failfast=False)