Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
unitgrade_private
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tuhe
unitgrade_private
Commits
6ebdc3aa
Commit
6ebdc3aa
authored
1 year ago
by
tuhe
Browse files
Options
Downloads
Patches
Plain Diff
Minor update for timeouts etc.
parent
169d0a29
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/unitgrade_devel.egg-info/PKG-INFO
+1
-1
1 addition, 1 deletion
src/unitgrade_devel.egg-info/PKG-INFO
src/unitgrade_private/deployment.py
+1
-0
1 addition, 0 deletions
src/unitgrade_private/deployment.py
with
2 additions
and
1 deletion
src/unitgrade_devel.egg-info/PKG-INFO
+
1
−
1
View file @
6ebdc3aa
Metadata-Version: 2.1
Metadata-Version: 2.1
Name: unitgrade-devel
Name: unitgrade-devel
Version: 0.1.6
1
Version: 0.1.6
2
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
...
...
This diff is collapsed.
Click to expand it.
src/unitgrade_private/deployment.py
+
1
−
0
View file @
6ebdc3aa
...
@@ -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
()))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment