Mercurial > hg > orthanc-tests
changeset 477:73d41c681568 Orthanc-1.11.0
more logs
author | Alain Mazy <am@osimis.io> |
---|---|
date | Wed, 04 May 2022 11:44:49 +0200 |
parents | 77f868063bb3 |
children | e7d420aa85d5 |
files | NewTests/main.py |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/NewTests/main.py Tue May 03 17:10:29 2022 +0200 +++ b/NewTests/main.py Wed May 04 11:44:49 2022 +0200 @@ -59,6 +59,8 @@ if args.break_after_preparation: Helpers.break_after_preparation = True + print("Launching tests") + result = unittest.TextTestRunner(verbosity=2).run(load_tests(loader=loader)) if not result.wasSuccessful(): sys.exit(1)