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
8c7aea05
Commit
8c7aea05
authored
1 year ago
by
Bryan Brancotte
Committed by
George Marchment
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Test graph generation
parent
7b53b437
No related branches found
No related tags found
1 merge request
!9
Test graph generation
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
tests/test_cli.py
+1
-1
1 addition, 1 deletion
tests/test_cli.py
with
2 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
0
View file @
8c7aea05
run_tests
:
image
:
"
python:$VERSION"
script
:
-
apt update && apt install -y graphviz
-
pip install -e .[dev]
-
export PYTHONPATH="$(pwd)"
-
coverage run --source . run_tests.py
...
...
This diff is collapsed.
Click to expand it.
tests/test_cli.py
+
1
−
1
View file @
8c7aea05
...
...
@@ -7,8 +7,8 @@ from bioflow_insight_cli.main import cli
class
TestCall
(
unittest
.
TestCase
):
def
test_cli_works
(
self
):
#cli("./wf_test/main.nf", render_graphs=False)
cli
(
"
./wf_test/main.nf
"
,
render_graphs
=
False
)
cli
(
"
./wf_test/main.nf
"
,
render_graphs
=
True
)
def
test_cli_output_considered
(
self
):
with
TemporaryDirectory
()
as
my_temp_dir
:
...
...
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