scrapy / itemadapter

Common interface for data container classes
BSD 3-Clause "New" or "Revised" License
61 stars 13 forks source link

Make ItemAdapter.ADAPTER_CLASSES an Iterable instead of a deque #74

Closed elacuesta closed 1 year ago

elacuesta commented 1 year ago

Closes #71

Includes #73, otherwise tests fail.

codecov[bot] commented 1 year ago

Codecov Report

Merging #74 (05fb254) into master (bff7a0c) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head 05fb254 differs from pull request most recent head b30b6a9. Consider uploading reports for the commit b30b6a9 to get more accurate results

@@            Coverage Diff            @@
##            master       #74   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          306       306           
=========================================
  Hits           306       306           
Impacted Files Coverage Δ
itemadapter/adapter.py 100.00% <100.00%> (ø)
kmike commented 1 year ago

Thanks @elacuesta!