Skip to content

Conversation

csernazs
Copy link
Owner

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

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
Copy link

codecov bot commented Jul 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.90%. Comparing base (36807ec) to head (bd240ba).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #346   +/-   ##
=======================================
  Coverage   95.90%   95.90%           
=======================================
  Files           5        5           
  Lines         660      660           
=======================================
  Hits          633      633           
  Misses         27       27           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@csernazs csernazs force-pushed the fix-345 branch 4 times, most recently from ef14047 to e3e21a9 Compare July 21, 2024 18:22
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 csernazs merged commit 12cf689 into master Jul 21, 2024
@csernazs csernazs deleted the fix-345 branch July 21, 2024 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1.0.11: test_verify_assert_msg and test_verify_assert_msg_no_similar_requests fails
1 participant