Skip to content

Commit 821f1b0

Browse files
committed
Add release note of bake() method and BakedHTTPServer proxy
1 parent 5897e6d commit 821f1b0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
features:
3+
- |
4+
Add ``bake()`` method to ``HTTPServer`` for creating pre-configured
5+
request expectation proxies (``BakedHTTPServer``). This allows sharing
6+
common keyword arguments (e.g. ``method``, ``headers``) across multiple
7+
``expect_request()`` calls with last-wins merging semantics.
8+
`#470 <https://github.com/csernazs/pytest-httpserver/pull/470>`_
9+
Contributed by `@HayaoSuzuki <https://github.com/HayaoSuzuki>`_

0 commit comments

Comments
 (0)