Adrián Chaves
3a95feec75
Blind test #1 for Windows-specific test failure
2025-05-07 22:38:05 +02:00
Adrián Chaves
b8e02884ce
Fix indentation
2025-05-07 21:19:36 +02:00
Adrián Chaves
51c39308d8
Merge remote-tracking branch 'scrapy/master' into async-seeds
2025-05-07 21:16:13 +02:00
Adrián Chaves
036f3e5627
Support asynchronous start requests ( #6729 )
2025-05-07 19:04:03 +02:00
Andrey Rakhmatullin
2a1edbd473
Remove usages of TestCase._wait(). ( #6773 )
2025-05-05 09:44:17 +02:00
Andrey Rakhmatullin
ff1ac75c9e
Fix shutdown tests. ( #6772 )
2025-05-05 09:37:38 +02:00
Andrey Rakhmatullin
5dfe7cd7b8
Improve tests for start items. ( #6770 )
2025-05-05 09:36:52 +02:00
Andrey Rakhmatullin
da9078c4bb
Add tests for raising CloseSpider in callbacks.
2025-05-01 23:12:39 +05:00
Andrey Rakhmatullin
23c206af35
Improve test coverage of Scraper.
2025-05-01 22:59:18 +05:00
Andrey Rakhmatullin
eced5ca2d3
Remove the unnecessary spider argument from Scraper and related code.
2025-04-30 00:57:44 +05:00
Andrey Rakhmatullin
daf9db72b2
Base class for universal spider middlewares ( #6693 )
...
* Initial BaseSpiderMiddleware.
* Rename the new methods.
* Remove the spider argument from new BaseSpiderMiddleware methods.
* Add docs for BaseSpiderMiddleware.
* Silence pylint.
* Add BaseSpiderMiddleware tests.
* Add a release note.
2025-04-23 19:29:04 +05:00
Adrián Chaves
156308f7b6
Merge branch 'minimal-async-seeds' into async-seeds
2025-04-07 12:38:51 +02:00
Adrián Chaves
ac5a5b7811
Address feedback
2025-04-07 12:37:31 +02:00
Adrián Chaves
76ccc50622
Add an example of higher-priority leaf requests
2025-04-01 13:16:14 +02:00
Adrián Chaves
4e63b76851
Remove debugging leftover
2025-03-31 17:19:13 +02:00
Adrián Chaves
a858ddfef9
Use the default scheduler for the front-load test
2025-03-31 16:46:52 +02:00
Adrián Chaves
fdf242475e
Test raising CloseSpider when the spider has been already closed
2025-03-31 16:12:42 +02:00
Adrián Chaves
5c9a931e8b
Re-implement idle support
2025-03-31 15:18:38 +02:00
Adrián Chaves
a04e85e08b
Re-implement front-load support
2025-03-31 11:49:28 +02:00
Adrián Chaves
43e789f776
Use self
2025-03-31 10:02:31 +02:00
Adrián Chaves
9417de1df9
Review uses of seed
2025-03-31 09:53:52 +02:00
Adrián Chaves
e984326777
Improve test reliability
2025-03-31 09:52:34 +02:00
Adrián Chaves
a9ce836f98
Fix test expectations and improve reliability
2025-03-28 16:20:15 +01:00
Adrián Chaves
85e3dc13f1
Merge branch 'minimal-async-seeds' into async-seeds
2025-03-28 15:54:23 +01:00
Adrián Chaves
2a148d07b0
Increase coverage
2025-03-27 15:51:08 +01:00
Adrián Chaves
40adc6a356
Increase coverage
2025-03-27 15:39:37 +01:00
Adrián Chaves
e360a4cc98
Increase coverage
2025-03-27 15:24:57 +01:00
Adrián Chaves
8057f06b39
Increase coverage
2025-03-27 15:16:02 +01:00
Adrián Chaves
c67edb78b9
Deprecate calls to Spider.start_requests
2025-03-27 15:04:34 +01:00
Adrián Chaves
5e18a132da
Clean up from self-review
2025-03-27 14:03:39 +01:00
Adrián Chaves
581c969ead
Remove tests for undefined behavior
2025-03-27 00:11:30 +01:00
Adrián Chaves
49b839b270
Reliability improvements
2025-03-26 23:28:29 +01:00
Adrián Chaves
476234b07a
Fix tests
2025-03-26 22:28:02 +01:00
Adrián Chaves
c5518bc9fe
Merge remote-tracking branch 'scrapy/master' into minimal-async-seeds
2025-03-26 19:45:03 +01:00
Adrián Chaves
313f9de28d
Implement lazy support
2025-03-26 19:40:53 +01:00
Adrián Chaves
9726538cec
Fix expectations for old Twisted
2025-03-26 11:30:13 +01:00
Adrián Chaves
fdba9843bb
Implement a simple scheduler_empty signal
2025-03-26 11:26:11 +01:00
Adrián Chaves
7b89aeba0b
Fix tests
2025-03-26 10:40:27 +01:00
Adrián Chaves
701f582f27
Implement a replacement for the removed test_graceful_crawl_error_handling
2025-03-25 17:51:50 +01:00
Adrián Chaves
1a0b9d4f56
Cover start request sorting examples in the tests
2025-03-25 17:16:05 +01:00
Adrián Chaves
406d2fb100
Update test expectations for the default reactor
2025-03-25 17:06:55 +01:00
Adrián Chaves
eddf582ba9
Error out on uncompatible spider middlewares
2025-03-25 16:44:27 +01:00
Adrián Chaves
19c910f731
Complete the new loop implementation (no lazy support yet)
2025-03-25 15:28:21 +01:00
Adrián Chaves
17d85b8ad7
WIP
2025-03-25 12:52:37 +01:00
Adrián Chaves
5d43d91a95
WIP
2025-03-25 10:59:50 +01:00
Adrián Chaves
4ac921f389
WIP
2025-03-24 17:26:58 +01:00
Adrián Chaves
b37f3b5422
Fix text replacement artifacts
2025-03-24 11:22:41 +01:00
Andrey Rakhmatullin
9f99da8f86
Convert test_downloadermiddleware_robotstxt.py from callbacks to awaits. ( #6743 )
2025-03-24 09:26:25 +01:00
Adrián Chaves
8347084174
Merge branch 'seeding-policies' into minimal-async-seeds
2025-03-20 15:34:19 +01:00
Mehraz Hossain Rumman
3ca882fba8
Syntax Error Fixed ( #6738 )
...
* Syntax error fix issue #6731
* test case added
* extra logic removed
* mock spider fixture
* Update scrapy/utils/misc.py
Co-authored-by: Adrián Chaves <adrian@chaves.gal>
* settings.rst updated
* settings.rst updated
* settings.rst updated
---------
Co-authored-by: Adrián Chaves <adrian@chaves.gal>
2025-03-20 17:02:10 +05:00