Remove an old note about contracts (#4093)

This commit is contained in:
WinterComes 2019-10-22 13:19:07 +03:00 committed by Adrián Chaves
parent 07822935ec
commit 5d75ed4cba
1 changed files with 0 additions and 4 deletions

View File

@ -6,10 +6,6 @@ Spiders Contracts
.. versionadded:: 0.15
.. note:: This is a new feature (introduced in Scrapy 0.15) and may be subject
to minor functionality/API updates. Check the :ref:`release notes <news>` to
be notified of updates.
Testing spiders can get particularly annoying and while nothing prevents you
from writing unit tests the task gets cumbersome quickly. Scrapy offers an
integrated way of testing your spiders by the means of contracts.