Skip to content

Add testing framework #1

@vityaman

Description

@vityaman

In YSDA setup I had some scripts that automated workflow for running sample tests. I had some folder where tests were in directory test/<contest>/<problem>/. Each tests case is a two files: an input file <N>.i and an output file <N>.o, where N is a test case number. Then I had a script runs an executable with IO redirected to/from these files for each test case and compares results.

It would be nice to have this here and also integrated into VSCode configurations just to press F5 and have tests executed, because manual copy-paste is not so convenient.

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions