Skip to content

Constants

Constant values for the pact-python package.

This will default to the bundled Pact binaries bundled with the package, but should these be unavailable or the environment variable PACT_USE_SYSTEM_BINS is set to TRUE or YES, the system Pact binaries will be used instead.

Attributes

BROKER_CLIENT_PATH = _find_executable('pact-broker') module-attribute

MESSAGE_PATH = _find_executable('pact-message') module-attribute

MOCK_SERVICE_PATH = _find_executable('pact-mock-service') module-attribute

VERIFIER_PATH = _find_executable('pact-provider-verifier') module-attribute