Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: csernazs/pytest-httpserver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.4
Choose a base ref
...
head repository: csernazs/pytest-httpserver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.5
Choose a head ref
  • 7 commits
  • 14 files changed
  • 3 contributors

Commits on Feb 9, 2026

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.0](astral-sh/ruff-pre-commit@v0.14.14...v0.15.0)
    pre-commit-ci[bot] authored and csernazs committed Feb 9, 2026
    Configuration menu
    Copy the full SHA
    7716cda View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2026

  1. Add bake() method for pre-configured request expectations

    - Extract to separate module and fix nested context manager
    - Add RequestMatcherKwargs TypedDict
    - Add release note of bake() method and BakedHTTPServer proxy
    HayaoSuzuki authored and csernazs committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    310529c View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2026

  1. Make release.py more robust

    1. run test_release.py before making the release
    2. check if git repository is not dirty
    csernazs committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    c880480 View commit details
    Browse the repository at this point in the history
  2. release.py: fix check order

    Also add release notes.
    csernazs committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    ae956c0 View commit details
    Browse the repository at this point in the history
  3. fix-release: remove release notes

    We can't fix sdist of an existing release so there's no need for release
    note entry.
    csernazs committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    f1971ce View commit details
    Browse the repository at this point in the history
  4. Version bump to 1.1.5

    csernazs committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    7c7be88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    840c7d1 View commit details
    Browse the repository at this point in the history
Loading