Constants¶

Test-related constants used across libtmux test helpers.

Constants for libtmux test helpers.

libtmux.test.constants.TEST_SESSION_PREFIX = 'libtmux_'
¶
data

Prefix used for test session names to identify and cleanup test sessions

libtmux.test.constants.RETRY_TIMEOUT_SECONDS = 8
¶
data

Number of seconds to wait before timing out when retrying operations Can be configured via RETRY_TIMEOUT_SECONDS environment variable Defaults to 8 seconds

libtmux.test.constants.RETRY_INTERVAL_SECONDS = 0.05
¶
data

Interval in seconds between retry attempts Can be configured via RETRY_INTERVAL_SECONDS environment variable Defaults to 0.05 seconds (50ms)