Skip to main content
Back to registry

temporal-python-testing

wshobson/agents

Comprehensive testing approaches for Temporal workflows using pytest, progressive disclosure resources for specific testing scenarios.

Installs3
Install command
npx skills add https://github.com/wshobson/agents --skill temporal-python-testing
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Comprehensive testing approaches for Temporal workflows using pytest, progressive disclosure resources for specific testing scenarios. Recommended Approach (Source: docs.temporal.io/develop/python/testing-suite): Three Test Types : This skill provides detailed guidance through progressive disclosure. Load specific resources based on your testing needs: File : resources/unit-testing.md When to load : Testing individual workflows or activities in isolation Contains : File : resources/integration-testing.md When to load : Testing workflows with mocked external dependencies Contains : File : resources/replay-testing.md When to load : Validating determinism or deploying workflow changes Contains : File : resources/local-setup.md When to load : Setting up development environment Contains : Recommended Coverage (Source: docs.temporal.io best practices): Load specific resource when needed : - 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 - Use pytest with async fixtures - Time-skipping enables fast feedback (month-long workflows → seconds) - Mock activities to...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does temporal-python-testing do?

Comprehensive testing approaches for Temporal workflows using pytest, progressive disclosure resources for specific testing scenarios.

Is temporal-python-testing good?

temporal-python-testing does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does temporal-python-testing work with?

temporal-python-testing currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to temporal-python-testing?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install temporal-python-testing?

npx skills add https://github.com/wshobson/agents --skill temporal-python-testing

Related skills

More from wshobson/agents

Related skills

Alternatives in Software Engineering