Skip to content

Releases: scrapinghub/scrapy-autounit

v0.0.32

09 Jul 22:36
Compare
Choose a tag to compare

Updates

  • Fix recursive items comparison

v0.0.31

28 Dec 20:57
Compare
Choose a tag to compare

Updates

  • Add AUTOUNIT_DONT_RECORD_META and AUTOUNIT_DONT_TEST_META settings.
  • Add AUTOUNIT_FIXTURE_NAMING_ATTR setting.
  • Change warn to warning to avoid a DeprecationWarning.

v0.0.30

28 Sep 16:16
Compare
Choose a tag to compare

Updates

  • Fix Item comparison issues

v0.0.29

28 Sep 13:25
Compare
Choose a tag to compare

Updates

  • Support even older fixture versions in autounit update

v0.0.28

21 Sep 16:09
b58da97
Compare
Choose a tag to compare

Updates

  • Complete internal refactoring
  • Support for cb_kwargs
  • CLI utility improved (update and inspect)
  • New setting AUTOUNIT_DONT_RECORD_ATTRS
  • New setting AUTOUNIT_DONT_TEST_ATTRS
  • Fixes #74 (through new settings above)
  • Fixes #77 (through new settings above)

This version can introduce breaking changes to your current fixtures and tests.
Run autounit update to update your fixtures and tests accordingly.

v0.0.27

06 May 14:56
Compare
Choose a tag to compare

Updates

  • Small improvement for CrawlSpiders

v0.0.26

30 Mar 14:28
Compare
Choose a tag to compare

Updates:

  • Solves #24: Delete previous fixtures before recording
  • Solves #70: Sanitize spider module name in inspect command line tool
  • Solves #71: Add fixture updating feature to the command line tool

v0.0.25

07 Jan 18:13
Compare
Choose a tag to compare

Updates:

  • #64: Replace pathlib with os.path (PR #72)

v0.0.24

03 Dec 19:13
Compare
Choose a tag to compare

Updates:

  • Small fixes in inspection tool
  • #68: Added tests for middleware
  • #67: Raise information about different lengths

v0.0.23

27 Nov 22:55
Compare
Choose a tag to compare

Updates and fixes:

  • #69: Fix builds
  • #65: DateTime object is not JSON serializable in inspection
  • #62: Record response type with other response parameters
  • #58: Ensure object reference preservation
  • #55: Write only one test_fixtures.py and list all .bin
  • #25: Tracking spider attributes