Skip to content

Add the outputs in to qiita_db.handlers.plugin.CommandHandler #3095

@antgonza

Description

@antgonza

Currently we only return:

response = {
                'name': cmd.name,
                'description': cmd.description,
                'required_parameters': cmd.required_parameters,
                'optional_parameters': cmd.optional_parameters,
                'default_parameter_sets': {
                    p.name: p.values for p in cmd.default_parameter_sets}}

which is useless when we want to test that the names/outputs of a command are fine from the plugin itself.

From: qiita-spots/qp-qiime2#61

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions