runTests

Runs all tests in passed-in modules. Modules can be symbols or strings but they can't mix and match - either all symbols or all strings. It's recommended to use strings since then the modules don't have to be imported first. Arguments are taken from the command-line. -s Can be passed to run in single-threaded mode. The rest of argv is considered to be test names to be run.

Members

Functions

runTests
int runTests(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.

Parameters

args

Arguments passed to main.

Return Value

An integer suitable for the program's return code.

Meta