scenario.testsuitefile module

Test suite file management.

class TestSuiteFile

Bases: Logger

Test suite file reader.

__init__(path)

Initializes a test suite file reader from its path.

Parameters:

path – Test suite file path.

path

Test suite file path.

script_paths

Script paths describes by the test suite file.

Filled once the test suite file has been successfully read.

See also

read().

__repr__()

Canonical string representation.

read()

Reads and parses the test suite file.

Returns:

True for success, False otherwise.