test_variance_ratio SciMax Toolbox tex

SciMax Toolbox >> testsuite_files

testsuite_files

Option variable

testsuite_files

Description

testsuite_files is the set of tests to be run by run_testsuite. It is a list of names of the files containing the tests to run. If some of the tests in a file are known to fail, then instead of listing the name of the file, a list containing the file name and the test numbers that fail is used.

For example, this is a part of the default set of tests:

["rtest13s", ["rtest14", 57, 63]]

This specifies the testsuite consists of the files "rtest13s" and "rtest14", but "rtest14" contains two tests that are known to fail: 57 and 63.

test_variance_ratio SciMax Toolbox tex