Kaileshwar R K
|
54a4c3af89
|
Deprecate the mail API (#7263)
|
2026-03-24 21:31:12 +01:00 |
Andrey Rakhmatullin
|
6fe27ba33e
|
Add more no-reactor tests (#7259)
* Generic changes and scrapy bench.
* scrapy check.
* scrapy crawl.
* scrapy fetch.
* scrapy parse.
* scrapy runspider.
* scrapy shell.
* Skip httpx tests on default-reactor.
* Review requires_reactor marks.
* Make test functions that require an event loop async def.
* Improve test_pending_asyncio_tasks().
* Add Mac OS DNS error.
* Refactor most of test_scheduler.py.
* Finish refactoring DownloaderAwareSchedulerTestMixin.
* Refactor test_engine_loop.py.
* Add the no-reactor-extra-deps tox env, run no-reactor on macos.
* Skip unhandled CancelledError when shutting down the engine.
* Fix typing and pre-commit checks.
* Fix typing problems in master.
---------
Co-authored-by: Adrian <adrian@zyte.com>
|
2026-03-24 15:29:22 +05:00 |
Andrey Rakhmatullin
|
3186ccf5d5
|
Reactorless tests 1: the test env (#6952)
* Reactorless tests.
* Updates after merging master.
* Update a new import.
* Updates after merging master.
* Update testenv:no-reactor-pinned.
* Foundations for the reactorless mode.
* Fixes after merging master.
* Updates after merging reactorless-base.
* Add simple subprocess tests for reactorless AsyncCrawler*.
* More reactorless tests.
* Refactor AsyncCrawlerProcess.start().
* More checks.
* Fix test_reactorless_import_hook.
* More tests.
* Call install_reactor() before asyncio.run().
* Cleanup.
* Rephrase.
* Fix a test.
* Fixes.
* Rephrasing.
* Set TELNETCONSOLE_ENABLED=False in the reactorless mode.
* Fix a new import.
* Clarify --reactor marks.
* Cleanup.
* More docs/comments.
* Update test_fallback_workflow().
* Update TestDeferredFFromCoroF.
* Typing improvements.
|
2026-02-02 19:25:30 +05:00 |
Andrey Rakhmatullin
|
7bbe775040
|
Converting tests to plain asserts, part 5. (#6712)
|
2025-03-09 20:24:45 +01:00 |
Andrey Rakhmatullin
|
6ae5b92671
|
Drop the remaining unittest.main() blocks. (#6602)
|
2025-01-02 12:45:04 +01:00 |
Andrey Rakhmatullin
|
fcb5ab6cff
|
Remove code for unsupported Twisted. (#6510)
|
2024-10-29 10:21:07 +01:00 |
Laerte Pereira
|
26a16f2c43
|
Fix tests
|
2024-02-28 16:36:19 -03:00 |
Maria Mitropoulou
|
721df895f9
|
Fix charset handling in MailSender #5096 (#5118)
|
2023-09-07 07:47:42 +02:00 |
Marc Hernández
|
5360ba34bc
|
IOError and other cleanup (#4716)
|
2023-06-21 20:08:53 +02:00 |
Jalil SA
|
a5c1ef8276
|
sort imports with isort
|
2023-01-25 14:25:15 -06:00 |
Emmanuel Rondan
|
f2c22aaabb
|
Merge remote-tracking branch 'upstream/master' into add-black-formatter
|
2023-01-20 17:08:07 -03:00 |
Tobias Mayr
|
f449ee5377
|
Fix SMTP STARTTLS for Twisted >= 21.2.0 (#5406)
|
2023-01-19 19:44:55 +01:00 |
Emmanuel Rondan
|
e211ec0aa2
|
adding black formatter to all the code
|
2022-11-29 11:30:46 -03:00 |
Adrián Chaves
|
890b2138a6
|
Remove the u prefix from strings
|
2020-07-30 13:39:30 +02:00 |
Eugenio Lacuesta
|
bf56517abf
|
Flake8: Remove E128 (tests, part 2)
|
2020-05-06 19:18:29 -03:00 |
Marc Hernández
|
91bbc70bc1
|
fix E30X flake8 (#4355)
|
2020-02-21 06:05:31 +01:00 |
Adrián Chaves
|
f261cf65e9
|
Add missing blank lines between functions and classes
Also fixed 2 unrelated Flake8 issues
|
2019-11-18 17:16:09 +01:00 |
Moisés Guimarães
|
45e95b79ce
|
(fixes #2272) using arg_to_iter() to wrap single values and list() to avoid consuming from generators.
|
2016-10-18 11:06:55 -03:00 |
Nicolas Pennequin
|
061c63592a
|
MailSender.send: allow passing a charset.
Resolves Issue #348
|
2016-02-04 19:33:44 +01:00 |
Konstantin Lopuhin
|
9704226ee4
|
py3: fix test_mail - get_payload returns bytes when decode is True
|
2016-01-24 13:25:14 +03:00 |
Daniel Graña
|
242c08553f
|
move tests under root dir
|
2014-07-30 19:45:08 -03:00 |