mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 08:51:06 +03:00
tests: pre-set failfast as reminder of a handy time saver
This commit is contained in:
parent
e0df6d2479
commit
17efa13183
11 changed files with 11 additions and 11 deletions
|
@ -129,4 +129,4 @@ if __name__ == "__main__":
|
|||
|
||||
newSuite = unittest.TestSuite()
|
||||
newSuite.addTest(unittest.makeSuite(MetadataTest))
|
||||
unittest.main()
|
||||
unittest.main(failfast=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue