Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BioFlow-Insight
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
shareFAIR
BioFlow-Insight
Commits
42df9460
Commit
42df9460
authored
1 year ago
by
George Marchment
Browse files
Options
Downloads
Patches
Plain Diff
fix
parent
ffc2cf11
No related branches found
No related tags found
1 merge request
!7
Return non zero code on failure
Pipeline
#13262
passed with stage
in 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_cli.py
+1
-1
1 addition, 1 deletion
tests/test_cli.py
with
1 addition
and
1 deletion
tests/test_cli.py
+
1
−
1
View file @
42df9460
...
@@ -7,7 +7,7 @@ from bioflow_insight_cli.main import cli
...
@@ -7,7 +7,7 @@ from bioflow_insight_cli.main import cli
class
TestCall
(
unittest
.
TestCase
):
class
TestCall
(
unittest
.
TestCase
):
def
test_cli_works
(
self
):
def
test_cli_works
(
self
):
cli
(
"
./wf_test/main.nf
"
,
render_graphs
=
Tru
e
)
#
cli("./wf_test/main.nf", render_graphs=
Fals
e)
cli
(
"
./wf_test/main.nf
"
,
render_graphs
=
False
)
cli
(
"
./wf_test/main.nf
"
,
render_graphs
=
False
)
def
test_cli_output_considered
(
self
):
def
test_cli_output_considered
(
self
):
...
...
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