Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mpsd-software-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
MPSD Computational Science
mpsd-software-manager
Commits
839057f0
Commit
839057f0
authored
1 year ago
by
Ashwin Kumar Karnad
Browse files
Options
Downloads
Patches
Plain Diff
fix typo: variable deleted by black
parent
3e5eadce
No related branches found
No related tags found
2 merge requests
!19
Move linux-debian11 into main
,
!1
Resolve "First draft for user interface for top level install command"
Pipeline
#367360
passed
1 year ago
Stage: test-style
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests.py
+2
-1
2 additions, 1 deletion
tests.py
with
2 additions
and
1 deletion
tests.py
+
2
−
1
View file @
839057f0
...
...
@@ -180,6 +180,7 @@ def test_install_environment(tmp_path):
with
open
(
build_log
,
"
r
"
)
as
f
:
lines
=
f
.
read
()
assert
"
##### Installation finished
"
in
lines
build_log_file_name
=
os
.
path
.
basename
(
build_log
)
# assert that install log files exists
assert
os
.
path
.
exists
(
release_base_dir
/
"
install.log
"
)
...
...
@@ -189,7 +190,7 @@ def test_install_environment(tmp_path):
with
open
(
release_base_dir
/
"
install.log
"
,
"
r
"
)
as
f
:
lines
=
f
.
read
()
assert
(
"
installing {toolchain_to_test} and logging at logs/{build_log_file_name}
"
f
"
installing
{
toolchain_to_test
}
and logging at logs/
{
build_log_file_name
}
"
in
lines
)
# assert that the module files are created correctly
...
...
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