Skip to content

Conversation

@antgonza
Copy link
Member

No description provided.

@coveralls
Copy link

coveralls commented Nov 20, 2025

Coverage Status

coverage: 92.152% (+0.06%) from 92.094%
when pulling 3d620b3 on antgonza:allow-multiple-stanalone-steps-workflows
into b8206e4 on qiita-spots:dev.

Copy link
Collaborator

@lucaspatel lucaspatel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

# we are in the first element so we can specifically select
# the type we are looking for
if at in input_x[0][1]:
if input_x and at in input_x[0][1]:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This whole section is not very clear to me but I imagine it is part of the workflow management.

self.assertIn('FASTA upstream workflow', body)
DefaultWorkflow(2).active = True

def test_retrive_workflows_standalone(self):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice

@lucaspatel lucaspatel merged commit ab4644c into qiita-spots:dev Nov 20, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants