Skip to content

Add tests of implicit and explicit stdin/stdout arguments #82

@rrthomas

Description

@rrthomas

See branch test-file-args. The test inputs will need to be discarded (as their source is unknown) and the test results regenerated with fresh inputs.

The test suite will need some additions to cope with non-file arguments.

Add an output argument to the Case class, which defaults to "output" to mean a file as at present, and can also be the string "-" to mean "use an explicit stdout argument", or None to mean "use an implicit stdout argument". Extend the input argument to also have a special interpretation for "-" and allow None.

Then in file_test, the extra values will need to be interpreted.

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