ayx_python_sdk.test_harness package

Submodules

ayx_python_sdk.test_harness.plugin_runner module

ayx_python_sdk.test_harness.process_lifecycle_manager module

OS independent process management class.

class ayx_python_sdk.test_harness.process_lifecycle_manager.ProcessLifecycleManager(args: List[str])[source]

Bases: abc.ABC

Class for managing the lifecycle of a process.

process_alive()bool[source]

Check if the process is still running.

ayx_python_sdk.test_harness.sdk_engine_service module

Module contents

Python SDK gRPC Plugin Test harness.