Releases: scrapinghub/scrapy-autounit
Releases · scrapinghub/scrapy-autounit
v0.0.32
v0.0.31
Updates
- Add
AUTOUNIT_DONT_RECORD_META
andAUTOUNIT_DONT_TEST_META
settings. - Add
AUTOUNIT_FIXTURE_NAMING_ATTR
setting. - Change warn to warning to avoid a DeprecationWarning.
v0.0.30
Updates
- Fix Item comparison issues
v0.0.29
Updates
- Support even older fixture versions in autounit update
v0.0.28
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
Updates
- Small improvement for CrawlSpiders