tests: pre-set failfast as reminder of a handy time saver

This commit is contained in:
Hans-Christoph Steiner 2017-10-20 11:51:59 +02:00
parent e0df6d2479
commit 17efa13183
11 changed files with 11 additions and 11 deletions

View file

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