-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
modules_json create() adds subworkflows #2005
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #2005 +/- ##
======================================
Coverage ? 63.11%
======================================
Files ? 43
Lines ? 4945
Branches ? 0
======================================
Hits ? 3121
Misses ? 1824
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
tests/modules/modules_json.py
Outdated
@@ -60,6 +60,7 @@ def test_mod_json_create(self): | |||
# Get the contents of the file | |||
mod_json_obj = ModulesJson(self.pipeline_dir) | |||
mod_json = mod_json_obj.get_modules_json() | |||
print(mod_json) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is that print
statement still needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, sorry :)
print(mod_json) |
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
Function
create()
frommodules_json.py
adds also subworkflows tomodules.json
file.Merge #1999 first
PR checklist
CHANGELOG.md
is updateddocs
is updated