From bf68c15f61587ecb72e3cff92d8d46ec2d47b25d Mon Sep 17 00:00:00 2001 From: paetling Date: Thu, 18 Feb 2016 12:18:09 -0500 Subject: [PATCH] note --- dusty/commands/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dusty/commands/test.py b/dusty/commands/test.py index 02f86c61..9bae155b 100644 --- a/dusty/commands/test.py +++ b/dusty/commands/test.py @@ -193,11 +193,11 @@ def _cleanup_containers(app_or_lib_name, suite_name, services): app_container_name = _test_compose_container_name(compose_project_name, app_or_lib_name) _cleanup_test_container(client, app_container_name) - @contextmanager def run_safe_tests(app_or_lib_name, suite_name, services): try: yield + #Except needs to be here to catch KeyboardInterrupts except: raise finally: