Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dedal
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EBRAINS RI
Tech Hub
Platform
EBRAINS Software Distribution
dedal
Commits
ffe9984e
Commit
ffe9984e
authored
2 months ago
by
Jithu Murugan
Browse files
Options
Downloads
Patches
Plain Diff
- Corrected the failing unit tests and minor refactorings.
parent
aa13e8ee
No related branches found
No related tags found
1 merge request
!4
feat(spack_operation): implement setup_spack_env functionality
Pipeline
#59544
canceled with stages
in 18 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dedal/tests/unit_tests/test_bash_command_executor.py
+1
-1
1 addition, 1 deletion
dedal/tests/unit_tests/test_bash_command_executor.py
with
1 addition
and
1 deletion
dedal/tests/unit_tests/test_bash_command_executor.py
+
1
−
1
View file @
ffe9984e
...
...
@@ -208,7 +208,7 @@ class TestBashCommandExecutor:
def
test_execute_unknown_os
(
self
,
mocker
):
# Arrange
errors
=
{
"
posix
"
:
"
Error: Bash Command: [
'
undefined
'
] not found: [Errno 2] No such file or directory
"
,
"
posix
"
:
"
Error: Bash Command: [
'
undefined
'
] not found: [Errno 2] No such file or directory
:
'
undefined
'
"
,
"
nt
"
:
"
Error: Bash Command: [
'
undefined
'
] not found: [WinError 2] The system cannot find the file
"
'
specified
'
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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