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: getsentry/responses
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.25.3
Choose a base ref
...
head repository: getsentry/responses
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.25.5
Choose a head ref
  • 14 commits
  • 12 files changed
  • 9 contributors

Commits on Jun 14, 2024

  1. Merge branch 'release/0.25.3'

    getsentry-bot committed Jun 14, 2024
    Copy the full SHA
    f7a7945 View commit details

Commits on Jul 31, 2024

  1. all-repos: update actions/upload-artifact to v4 (#735)

    joshuarli authored Jul 31, 2024
    Copy the full SHA
    b68e513 View commit details

Commits on Sep 9, 2024

  1. Read data from file-like objects in requests (#719) (#736)

    * Read data from file-like objects in requests (#719)
    * fix line length
    * fix missing tempfile import
    * Fix mypy errors
    
    ---------
    
    Co-authored-by: Mark Story <mark@mark-story.com>
    mrob95 and markstory authored Sep 9, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    fc457c7 View commit details
  2. Update changelog

    markstory committed Sep 9, 2024
    Copy the full SHA
    f1055f4 View commit details

Commits on Oct 2, 2024

  1. Export names matchers and Response from RequestsMock instances (#739

    )
    
    * Export names `matchers` and `Response` from RequestsMock instances
    
    This makes it possible to import or access only RequestsMock (possibly via a pytest fixture) and still be able to easily access the matchers or assemble a Response object.
    
    It also makes it easier to adopt pytest-responses which uses `responses` as the fixture variable which would conflict with an import of this module.
    
    Add test cases that mask the existing imports and still access matchers or assemble a Response object via the RequestsMock instance.
    
    * Recommend using pytest-responses for a pytest fixture
    
    Rather than explaining how to roll your own in Markdown, recommend using the companion package to get a standard `responses` pytest fixture easily usable in test cases
    filbranden authored Oct 2, 2024
    Copy the full SHA
    c796564 View commit details
  2. Update changelog for #739

    markstory committed Oct 2, 2024
    Copy the full SHA
    93d3212 View commit details

Commits on Dec 4, 2024

  1. Replace release bot with GH app

    Jeffreyhung committed Dec 4, 2024
    Copy the full SHA
    d58f9c8 View commit details
  2. Merge pull request #742 from getsentry/Replace-release-bot-with-GH-app

    feat(release): Replace release bot with GH app
    Jeffreyhung authored Dec 4, 2024
    Copy the full SHA
    7a6348a View commit details

Commits on Jan 9, 2025

  1. Remove tests from the wheel and simplify setup.py. (#746)

    sputt authored Jan 9, 2025
    Copy the full SHA
    9f19f3f View commit details

Commits on Jan 10, 2025

  1. Recorder without decorator (#745)

    * allow running singe tests
    * test and document dumping to file
    niccokunzmann authored Jan 10, 2025
    Copy the full SHA
    32c4884 View commit details
  2. Update changelog and fix mypy (#747)

    * Update changelog for #746
    * Resolve mypy error.
    * Move recorder docs
    * Update changelog for #745
    * mypy
    * mypy + old python
    markstory authored Jan 10, 2025
    Copy the full SHA
    aee357e View commit details
  3. Revert version change so release tooling can operate (#748)

    markstory authored Jan 10, 2025
    Copy the full SHA
    03765a0 View commit details
  4. Fix rst syntax in readme (#749)

    markstory authored Jan 10, 2025
    Copy the full SHA
    a1df2f8 View commit details
  5. release: 0.25.5

    getsentry-bot committed Jan 10, 2025
    Copy the full SHA
    9f58088 View commit details
Loading