/
githubmirror
/
scrapy
Обзор
Документация
Войти
/
githubmirror
/
scrapy
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/test_http_response.py
8 строк
200 B
Andrey Rakhmatullin
Remove remaining cross-imports in test modules. (#7782)
27 июл 2026, 13:19
Не верифицирован
27 июл 2026, 13:19
cec86f2
Код
Авторство
О чём код?
from __future__ import annotations from scrapy.http import Response from tests.utils.bases.http_response import TestResponseBase class TestResponse(TestResponseBase): response_class = Response