Skip to content
Snippets Groups Projects
Commit 6ebdc3aa authored by tuhe's avatar tuhe
Browse files

Minor update for timeouts etc.

parent 169d0a29
No related branches found
No related tags found
No related merge requests found
Metadata-Version: 2.1 Metadata-Version: 2.1
Name: unitgrade-devel 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 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 Home-page: https://lab.compute.dtu.dk/tuhe/unitgrade_private
Author: Tue Herlau Author: Tue Herlau
......
...@@ -74,6 +74,7 @@ def remove_hidden_methods(ReportClass, outfile=None): ...@@ -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 # 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.fix_bf import fix_b
from snipper.snipper_main import fix_tags from snipper.snipper_main import fix_tags
from snipper.snip_dir import censor_file
from snipper.snip_dir import snip_dir from snipper.snip_dir import snip_dir
lines, _, _ = fix_b(fix_tags(source.rstrip().splitlines())) lines, _, _ = fix_b(fix_tags(source.rstrip().splitlines()))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment