/
niceSOFT
/
python3-pytest
Обзор
Документация
Войти
/
niceSOFT
/
python3-pytest
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.gitignore
60 строк
747 B
Liam DeVoe
Clarify `pytest_collection_finish` occurs after setting `session.items` (#14088)
06 янв 2026, 14:50
Не верифицирован
06 янв 2026, 14:50
0e9db5f
Код
Авторство
О чём код?
# Automatically generated by `hgimportsvn` .svn .hgsvn # Ignore local virtualenvs lib/ bin/ include/ .Python/ # These lines are suggested according to the svn:ignore property # Feel free to enable them by uncommenting them *.pyc *.pyo *.swp *.class *.orig *~ .hypothesis/ # autogenerated src/_pytest/_version.py # setuptools .eggs/ doc/*/_build doc/*/.doctrees build/ dist/ *.egg-info htmlcov/ issue/ env/ .env/ .venv/ /pythonenv*/ 3rdparty/ .tox .cache .pytest_cache .mypy_cache .coverage .coverage.* coverage.xml .ropeproject .idea .hypothesis .pydevproject .project .settings .vscode __pycache__/ .python-version .claude/settings.local.json # generated by pip pip-wheel-metadata/ # pytest debug logs generated via --debug pytestdebug.log