temporal-python-testing

temporal python testing

wshobson ↓ 8.4k
Claude Code
View source ↗

What it does

  • Unit testing workflows - Fast tests with time-skipping
  • Integration testing - Workflows with mocked activities
  • Replay testing - Validate determinism against production histories
  • Local development - Set up Temporal server and pytest
  • CI/CD integration - Automated testing pipelines
  • Coverage strategies - Achieve ≥80% test coverage
  • Write majority as integration tests

Requirements & configuration

  • This skill provides detailed guidance through progressive disclosure. Load specific resources based on your testing needs:

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

temporal python testing

Source

Repository: https://github.com/wshobson/agents

temporal-python-testing FAQ

What does the temporal-python-testing skill do?

Test Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and local development setup. Use when implementing Temporal workflow tests or debugging test failures. Unit testing workflows - Fast tests with time-skipping Integration testing - Workflows with mocked activities

What does temporal-python-testing require?

This skill provides detailed guidance through progressive disclosure. Load specific resources based on your testing needs:

How do I install temporal-python-testing?

Run: npx -y skills add https://github.com/wshobson/agents --skill temporal-python-testing --agent claude-code — the source lives at github.com/wshobson/agents.

Maintain temporal-python-testing?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

temporal-python-testing on getagentictools
[![temporal-python-testing on getagentictools](https://getagentictools.com/badge/skills/wshobson-agents-temporal-python-testing.svg)](https://getagentictools.com/skills/wshobson-agents-temporal-python-testing?ref=badge)
npx agentictools info skills/wshobson-agents-temporal-python-testing

The second line is the CLI lookup for this page — handy in READMEs and docs.