mini_tester icon indicating copy to clipboard operation
mini_tester copied to clipboard

Feature: multiple line testcases

Open Tishj opened this issue 4 years ago • 1 comments

Sometimes you need to set up some environment variables for a test, or you want to run a couple lines one after the other, would be nice if the tester had support for longer tests

Tishj avatar Jun 29 '21 14:06 Tishj

Possible format for the test file?

(longer tests have an empty line before and after the last line)

single line test
another single line test

test
with
multiple
lines


another
test with multiple lines

single line test

Tishj avatar Jun 29 '21 14:06 Tishj