diff --git a/tests/README.rfq-fixtures.md b/tests/README.rfq-fixtures.md new file mode 100644 index 00000000..d7536780 --- /dev/null +++ b/tests/README.rfq-fixtures.md @@ -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__`