public class TestRunnerOptions:
Command-line options accepted by the Klyn test starter.
import klyn.unittest options = TestRunnerOptions.parse(["--json", "klyn.data"]) assert options.writeJson
| Modifier and Type | Member | Description |
|---|---|---|
| public property | guigui as Boolean = false |
Starts the graphical test runner. |
| public property | helphelp as Boolean = false |
Displays command-line help without executing tests. |
| public property | jsonFilenamejsonFilename as String = "test-results.json" |
JSON destination used by --json and -j. |
| public readonly property | packages | Package roots selected on the command line. |
| public readonly property | sources | Explicit test source files selected by an IDE integration. |
| public property | streamJsonstreamJson as Boolean = false |
Emits incremental JSON Lines events for IDE integrations. |
| public property | writeJsonwriteJson as Boolean = false |
Saves the completed report as JSON. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | TestRunnerOptions | Creates default runner options. |