tst icon indicating copy to clipboard operation
tst copied to clipboard

improved internal structure for tests files

Open daltonserey opened this issue 6 years ago • 0 comments

TST should be able to read tests from json/yaml files with one of two different structures: 1) an array of tests; and 2) an object containing a "tests" property mapped to an array of tests. An array of tests is an array containing objects with input and output properties. Json/yaml without an array of tests should be silently ignored. Json/yaml containing incomplete tests should make tst fail.

daltonserey avatar Sep 22 '18 20:09 daltonserey