Acerca de
This skill provides a structured framework for testing Temporal workflows in Python, covering the entire testing pyramid from unit to integration and replay testing. It enables developers to validate workflow logic with time-skipping—turning months of execution into seconds—mock external activity dependencies, and ensure determinism via history replays to prevent production failures. By providing specific guidance for pytest configurations and local development setups, it helps maintain high reliability and achieve standard coverage targets for complex distributed systems.