Skip to content

respond_with_data: fix headers type hinting#134

Merged
csernazs merged 1 commit into
masterfrom
wip-zsolt
Jun 5, 2022
Merged

respond_with_data: fix headers type hinting#134
csernazs merged 1 commit into
masterfrom
wip-zsolt

Conversation

@csernazs
Copy link
Copy Markdown
Owner

@csernazs csernazs commented Jun 5, 2022

This can accept a mapping or a list of 2-element tuples. In this latter
case, multiple values can be specified for the same header.
A testcase is added for this.

Fixes #132

This can accept a mapping or a list of 2-element tuples. In this latter
case, multiple values can be specified for the same header.
A testcase is added for this.

Fixes #132
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 5, 2022

Codecov Report

Merging #134 (baa2b52) into master (5626883) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #134      +/-   ##
==========================================
+ Coverage   94.34%   94.36%   +0.01%     
==========================================
  Files           3        3              
  Lines         460      461       +1     
==========================================
+ Hits          434      435       +1     
  Misses         26       26              
Impacted Files Coverage Δ
pytest_httpserver/httpserver.py 95.35% <100.00%> (+0.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5626883...baa2b52. Read the comment docs.

@csernazs csernazs merged commit 8704fb0 into master Jun 5, 2022
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.

howto response more than one cookie

1 participant