Skip to content

Incomplete decorator cannot be put after a metadata decorator #97

@jmvrbanac

Description

@jmvrbanac

If the Incomplete decorator is at the end of the execution chain

    @incomplete
    @metadata(category='positive')
    def can_retrieve(self):
        pass

It results in output like:

    --snip--
    ∟ DECORATOR ONCALL
    --snip--

When It really should look like:

    --snip--
    ∟ can retrieve (incomplete)
    --snip--

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions