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.0
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.1
Choose a head ref
  • 7 commits
  • 6 files changed
  • 4 contributors

Commits on Feb 13, 2024

  1. Merge branch 'release/0.25.0'

    getsentry-bot committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    aba9741 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Use pytest.mark.asyncio (#707)

    * Use pytest.mark.asyncio
    
    This resolved async test failures locally.
    
    Refs #706
    markstory authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    d5e7402 View commit details
    Browse the repository at this point in the history
  2. Update CHANGES for #707

    markstory committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    3478dcf View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    bfd3a0d View commit details
    Browse the repository at this point in the history
  2. Update CHANGES for #712

    markstory committed May 6, 2024
    Configuration menu
    Copy the full SHA
    2bc3496 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. fix(matchers): Don't sort failed matches when printing error message (#…

    …711)
    
    Delete `_create_key_val_str` which was introduced for the compatibility
    between python2 (not supported anymore) and python3.
    
    Fixes GH-704
    mgaligniana authored May 8, 2024
    Configuration menu
    Copy the full SHA
    6791922 View commit details
    Browse the repository at this point in the history
  2. Update CHANGES

    0.25.1 is the next release.
    markstory committed May 8, 2024
    Configuration menu
    Copy the full SHA
    bfe063a View commit details
    Browse the repository at this point in the history
Loading