diff NewTests/helpers.py @ 483:45c3fe035fed

added tests for delayed_deletion
author Alain Mazy <am@osimis.io>
date Wed, 22 Jun 2022 15:45:31 +0200
parents fe37cf5e9c02
children ddfabe1fbee1
line wrap: on
line diff
--- a/NewTests/helpers.py	Tue Jun 21 11:02:45 2022 +0200
+++ b/NewTests/helpers.py	Wed Jun 22 15:45:31 2022 +0200
@@ -27,6 +27,7 @@
     orthanc_under_tests_docker_image: str = None
     skip_preparation: bool = False
     break_after_preparation: bool = False
+    break_before_preparation: bool = False
     plugins: typing.List[str] = []
 
     @classmethod