Skip to content

Clarify that --raw, --json, --json-stream and --json-translate #247

@matsduf

Description

@matsduf

The options --raw, --json and --json-stream give alternative output of the test case results. If none of them are given, the default output is provided. If more than one of them are given, one is respected and the other or others are ignored.

The option --json-translate can only be used in combination with --json-stream, else it is ignored.

  1. Clarify the documentation that three formats cannot be combined.
  2. Make the code raise an exception if format options are combinded.
  3. Make the code raise an exception if --json-translate is used without --json-stream

Input from #246.

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-BugType: Bug in software or error in test case description

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions