Skip to content
Open
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
18 changes: 18 additions & 0 deletions tests/README.rfq-fixtures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# RFQ Test Fixtures

This branch includes RFQ-related behavior. To keep tests robust:

## Do

- Use deterministic fixtures (no time-based IDs unless mocked).
- Keep fixtures small and composable.
- Prefer explicit assertions over snapshot-only checks.

## Don't

- Commit secrets or real API keys.
- Depend on live endpoints in unit tests.

## Naming

- `rfq_<scenario>_<expected>`