Skip to content

Commit 97e5b68

Browse files
committed
chore(changelog): add link to example usage
1 parent 2062e83 commit 97e5b68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
Adds `router` property on `OpenAIMock` class to expose instance of [respx.MockRouter](https://github.com/lundberg/respx/blob/366dd0bea824464e6ec9242a88f9b390a9dd74cb/respx/router.py#L323) to easily allow user to add additional routes to mock like non-OpenAI API calls, or enable a call to a route to pass through to the external service.
66

7+
Usage example can be found [here](https://github.com/mharrisb1/openai-responses-python/blob/main/examples/test_router_usage.py).
8+
79
Closed:
810

911
- [#36: feat(api): expose RESPX router as property](https://github.com/mharrisb1/openai-responses-python/issues/36)

0 commit comments

Comments
 (0)