-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers