scrapy / itemadapter

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

Test code from README.md #36

Closed Gallaecio closed 3 years ago

Gallaecio commented 4 years ago

In order to avoid using Sybil, I’ve had to:

The changes fix 2 issues, a sorting issue and a missing parameter in output.

codecov[bot] commented 3 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #36   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          111       188   +77     
=========================================
+ Hits           111       188   +77     
Impacted Files Coverage Δ
itemadapter/utils.py 100.00% <0.00%> (ø)
itemadapter/adapter.py 100.00% <0.00%> (ø)

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 53ab587...d114b51. Read the comment docs.

elacuesta commented 3 years ago

@Gallaecio The build fails for py35 because dataclasses is not available, is there a way to omit the check there?

Edit: See the PR below, dropping py35 support will fix the build.