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
4533270d
Commit
4533270d
authored
1 year ago
by
Ashwin Kumar Karnad
Browse files
Options
Downloads
Patches
Plain Diff
fix typo
parent
62b0eace
No related branches found
No related tags found
1 merge request
!57
Try remove cmd
Pipeline
#371746
failed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test_mpsd-software.py
+2
-1
2 additions, 1 deletion
test_mpsd-software.py
with
2 additions
and
1 deletion
test_mpsd-software.py
+
2
−
1
View file @
4533270d
...
@@ -493,7 +493,7 @@ def test_remove_environment(tmp_path):
...
@@ -493,7 +493,7 @@ def test_remove_environment(tmp_path):
# test removal without arguments (should sys.exit(1))
# test removal without arguments (should sys.exit(1))
create_fake_environment
(
tmp_path
,
mpsd_release
)
create_fake_environment
(
tmp_path
,
mpsd_release
)
with
pytest
.
raises
(
SystemExit
):
with
pytest
.
raises
(
SystemExit
):
mod
.
remove_environment
(
mpsd_release
,
tmp_path
,
force
=
True
)
mod
.
remove_environment
(
mpsd_release
,
tmp_path
,
force
_remove
=
True
)
# test removal of the complete environment
# test removal of the complete environment
mod
.
remove_environment
(
mpsd_release
,
tmp_path
,
[
"
ALL
"
])
mod
.
remove_environment
(
mpsd_release
,
tmp_path
,
[
"
ALL
"
])
...
@@ -504,6 +504,7 @@ def test_remove_environment(tmp_path):
...
@@ -504,6 +504,7 @@ def test_remove_environment(tmp_path):
assert
logs_folder
.
exists
()
assert
logs_folder
.
exists
()
# test removal of a single toolchain
# test removal of a single toolchain
# done in test_install_environment_zlib
def
test_interface
(
tmp_path
):
def
test_interface
(
tmp_path
):
...
...
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