From 6ebdc3aa51651379b6adef6474021a25dcbbfa4f Mon Sep 17 00:00:00 2001 From: Tue Herlau <tuhe@dtu.dk> Date: Thu, 30 Nov 2023 14:18:08 +0100 Subject: [PATCH] Minor update for timeouts etc. --- src/unitgrade_devel.egg-info/PKG-INFO | 2 +- src/unitgrade_private/deployment.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/unitgrade_devel.egg-info/PKG-INFO b/src/unitgrade_devel.egg-info/PKG-INFO index 33c1164..cc0a865 100644 --- a/src/unitgrade_devel.egg-info/PKG-INFO +++ b/src/unitgrade_devel.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: unitgrade-devel -Version: 0.1.61 +Version: 0.1.62 Summary: A set of tools to develop unitgrade tests and reports and later evaluate them Home-page: https://lab.compute.dtu.dk/tuhe/unitgrade_private Author: Tue Herlau diff --git a/src/unitgrade_private/deployment.py b/src/unitgrade_private/deployment.py index e228e7d..93756bf 100644 --- a/src/unitgrade_private/deployment.py +++ b/src/unitgrade_private/deployment.py @@ -74,6 +74,7 @@ def remove_hidden_methods(ReportClass, outfile=None): # Allows us to use the !b;silent tags in the code. This is a bit hacky, but allows timeouts, etc. to make certain tests more robust from snipper.fix_bf import fix_b from snipper.snipper_main import fix_tags + from snipper.snip_dir import censor_file from snipper.snip_dir import snip_dir lines, _, _ = fix_b(fix_tags(source.rstrip().splitlines())) -- GitLab