Skip to content

Test Directory¤

TestDirectory dataclass ¤

TestDirectory(
    node_id: str,
    name: str,
    path: str,
    node_type: str = "directory",
)

A collected test directory.

name instance-attribute ¤

name: str

The directory name.

node_id instance-attribute ¤

node_id: str

The node ID of the directory.

node_type class-attribute instance-attribute ¤

node_type: str = 'directory'

The node type. Always set to 'directory'.

path instance-attribute ¤

path: str

The directory path.