Skip to content

Releases: scrapinghub/scrapy-autounit

v0.0.21

04 Sep 13:57
Compare
Choose a tag to compare

Updates:

  • Fix #12: Exclude internal CrawlSpider fields from recording
  • Fix #19 and #50: Use datadiff to show diffs on output
  • Fix #48: Recursively dictify results before comparison
  • Fix #49: Add metadata comments in test files

v0.0.20

27 Aug 18:48
Compare
Choose a tag to compare
Fixing version

v0.0.19

27 Aug 18:38
6efd798
Compare
Choose a tag to compare

Updates:

  • Include create_intance function in our utils to prevent Scrapy 1.5 incompatibility
  • Fix Pytest support

v0.0.18

09 Aug 15:06
Compare
Choose a tag to compare
Solved issues:
  • #26: Sanitize test module names (PR #32)
  • #29: Raise an error if Autounit is in wrong middleware setting (PR #37)
  • #30: Warn if CONCURRENT_REQUESTS > 1 (PR #38)
  • #31: Crawler missing in spider when testing (PR #39)
Updates:
  • Fix tests warnings about unclosed files (PR #40)
  • Make unit tests warning about missing directory more accurate (PR #41)
  • Ensure callback output as an iterable when replaying the callback call.
  • Fix double middleware passing on callbacks replays.
  • Add the spider to the crawler used to replay the callbacks.
  • Remove AUTOUNIT_EXCLUDED_FIELDS in favor of AUTOUNIT_SKIPPED_FIELDS (PR #42)
  • Add tests for skipped_fields on items and requests (PR #43)