Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions docs/contents.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ reference when navigating the project's design and architecture material.
- [Preamble validator](preamble-validator.md) Validating client connection
preambles.

## Requests for comments

- [RFC 0001: protocol-agnostic test harness lifecycle][rfc-0001]
Proposed server lifecycle and custom-client connector layers for
`wireframe_testing`.

[rfc-0001]: rfcs/0001-protocol-agnostic-test-harness-lifecycle.md

## Architectural decision records

- [ADR 001: multi-packet streaming response API](adr-001-multi-packet-streaming-response-api.md)
Expand Down Expand Up @@ -78,8 +86,8 @@ the-road-to-wireframe-1-0-feature-set-philosophy-and-capability-maturity.md
fixtures for clean tests.
- [Mocking network outages](mocking-network-outages-in-rust.md) Tutorial for
simulating network outages in tests.
- [Testing helpers](wireframe-testing-crate.md) Planned companion crate with
testing helpers.
- [Testing helpers](wireframe-testing-crate.md) In-process server and client
pair helpers provided by the `wireframe_testing` companion crate.

## Operations and resilience

Expand Down
Loading
Loading