Skip to content

CliRunner.invoke takes mix_stderr which does nothing #1435

@adamtheturtle

Description

@adamtheturtle

mix_stderr is a parameter of CliRunner.invoke.
This is not documented in the docstring as a :param.
Simply reading the code (which I did after trying this and seeing no output) shows that this parameter is not used.

mix_stderr works on CliRunner.__init__.

The mix_stderr parameter should be removed, or changed to work and get documented.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions