Skip to content

Conversation

@leandrodamascena
Copy link
Contributor

closes #169

Description of changes:

This PR adds docs/testing-patterns/basic-tests.md documentation for basic test patterns in durable functions.

The guide covers:

  • Basic test structure - Simple examples showing how to write tests with the testing framework
  • Status checking - Patterns for verifying execution status (SUCCEEDED, FAILED, TIMED_OUT, etc.)
  • Result verification - How to assert on function return values
  • Operation assertions - Verifying individual operations like steps, waits, and callbacks
  • Test organization - Best practices for structuring test files and naming conventions
  • Common patterns - Frequently used assertion patterns with clear examples
  • Stores

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@yaythomas yaythomas force-pushed the docs_sdk/13-basic-pattern-test branch from 9f6d172 to d4e62ba Compare December 8, 2025 22:29
@yaythomas yaythomas merged commit a10b8e0 into main Dec 8, 2025
14 checks passed
@yaythomas yaythomas deleted the docs_sdk/13-basic-pattern-test branch December 8, 2025 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: add documentation about basic test patterns

2 participants