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.0.11
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.0.12
Choose a head ref
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on Jul 21, 2024

  1. tests: fix test_verify_assert_msg by setting Accept-Encoding

    Accept-Encoding is constructed dynamically by the availability of the
    compression libraries (eg.  zstd, zstandard) so it can result failed test at
    the end.
    
    Fixes #345
    csernazs committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    6b660e7 View commit details
    Browse the repository at this point in the history
  2. tests: fix assert message comparison

    In some cases assert messages are prefixed by 2 spaces and we don't have to
    be strict here. The key is to compare the contents pytest-httpserver
    provides, so we split the message by lines and also strip them.
    
    Fixes #345
    csernazs committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    12cf689 View commit details
    Browse the repository at this point in the history
  3. Version bump to 1.0.12

    csernazs committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    887fc1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    170c796 View commit details
    Browse the repository at this point in the history
Loading