scrapy / itemadapter

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

Ignore Scrapy warnings about BaseItem during tests #40

Closed Gallaecio closed 3 years ago

Gallaecio commented 3 years ago

After this tests should yield no warnings.

codecov[bot] commented 3 years ago

Codecov Report

Merging #40 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #40   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          130       130           
=========================================
  Hits           130       130           

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 4685de9...91b83ff. Read the comment docs.

elacuesta commented 3 years ago

Thanks!