Skip to content

chore: Implement pop method on BaseSettings class #5960

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 24, 2023
Merged

chore: Implement pop method on BaseSettings class #5960

merged 3 commits into from
Jun 24, 2023

Conversation

Laerte
Copy link
Member

@Laerte Laerte commented Jun 23, 2023

fixes: #5959

@codecov
Copy link

codecov bot commented Jun 23, 2023

Codecov Report

Merging #5960 (5d2f8f1) into master (04ee330) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head 5d2f8f1 differs from pull request most recent head a3f8912. Consider uploading reports for the commit a3f8912 to get more accurate results

@@           Coverage Diff           @@
##           master    #5960   +/-   ##
=======================================
  Coverage   88.88%   88.89%           
=======================================
  Files         162      162           
  Lines       11244    11254   +10     
  Branches     1826     1827    +1     
=======================================
+ Hits         9994    10004   +10     
  Misses        965      965           
  Partials      285      285           
Impacted Files Coverage Δ
scrapy/settings/__init__.py 98.34% <100.00%> (+0.09%) ⬆️

@Laerte Laerte requested review from wRAR and Gallaecio June 23, 2023 03:44
Copy link
Member

@Gallaecio Gallaecio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Niiice!

Copy link
Member

@wRAR wRAR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool!

@wRAR wRAR merged commit 85f5122 into scrapy:master Jun 24, 2023
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.

BaseSettings.pop method throws KeyError even if default value is provided
3 participants