Adrian
|
dd4549e6f9
|
Improve test coverage for downloader middlewares (#7655)
* Improve test coverage for downloader middlewares
* Improve coverage further
|
2026-06-25 01:48:28 +05:00 |
Andrey Rakhmatullin
|
3a36955261
|
Assorted test fixes (#7616)
|
2026-06-15 08:39:58 +02:00 |
Andrey Rakhmatullin
|
2ad81a0ef8
|
Deprecate the spider arg of downloader middleware methods. (#7037)
* Deprecate the spider arg of downloader middleware methods.
* Add a test for deprecated spider args in downloader mws.
|
2025-09-02 21:51:47 +05:00 |
Andrey Rakhmatullin
|
b68330811b
|
Deprecate spider arguments of StatsCollector methods (#7011)
|
2025-08-20 09:52:22 +02:00 |
Andrey Rakhmatullin
|
1843a4f753
|
Converting tests to plain asserts, part 3. (#6700)
|
2025-03-06 20:50:14 +01:00 |
Chenwei Niu
|
1f797d0fdb
|
Removed some deprecated functions and functionalities (#6116)
|
2023-10-30 09:59:11 +01:00 |
Emmanuel Rondan
|
e211ec0aa2
|
adding black formatter to all the code
|
2022-11-29 11:30:46 -03:00 |
Mikhail Korobov
|
b103664bf4
|
Address 2/3 of warnings from tests (#5561)
|
2022-07-19 17:39:26 +02:00 |
Georgiy Zatserklianyi
|
4bdaa54af4
|
response_httprepr memory issue fixed (#4972)
* response_httprepr replaced by response.body
* unused import deleted
* get_header_size function added
* response size calculation updated
* flake8 codestyle fix
* added counting status code, line breaks to response size
* get_status size: list to tuple, comments added
* test added: comparing new response size counting method with old `len(response_httprepr)`
* downloader stats : unreachable code deleted
* `get_status_size` optimized
* comment added
* tests.test_downloadermiddleware_stats: statement formatting updated
* scrapy.utils.response: `response_httprepr` -> deprecated
* tests.test_downloadermiddleware_stats: flake8 fix
|
2022-01-28 18:39:32 +05:00 |
Mikhail Korobov
|
3a9c73bc5d
|
PY3 fix DownloaderStats middleware tests
|
2015-09-01 04:09:15 +05:00 |
Julia Medina
|
d3f576a816
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
Julia Medina
|
d7c444fefb
|
Move scrapy/contrib/downloadermiddleware to scrapy/downloadermiddlewares
|
2015-04-29 21:24:30 -03:00 |
Julia Medina
|
870438e5f4
|
Update tests utils, fixing get_crawler and removing docrawl
|
2014-08-12 14:02:56 -03:00 |
Daniel Graña
|
242c08553f
|
move tests under root dir
|
2014-07-30 19:45:08 -03:00 |