scrapy / protego

A pure-Python robots.txt parser with support for modern conventions.
BSD 3-Clause "New" or "Revised" License
54 stars 28 forks source link

fix(tests): `assertEquals` → `assertEqual` #37

Closed Laerte closed 1 year ago

Laerte commented 1 year ago

Fixes #36

Tested locally with 3.12.0-alpha.7 version.

codecov[bot] commented 1 year ago

Codecov Report

Merging #37 (dd3894e) into master (22edd60) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #37   +/-   ##
=======================================
  Coverage   98.35%   98.35%           
=======================================
  Files           1        1           
  Lines         304      304           
  Branches       78       78           
=======================================
  Hits          299      299           
  Misses          3        3           
  Partials        2        2           
Gallaecio commented 1 year ago

Nice!