/
niceSOFT
/
python3-setuptools_scm
Обзор
Документация
Войти
/
niceSOFT
/
python3-setuptools_scm
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
vcs-versioning/testing_vcs/conftest.py
10 строк
310 B
Ronny Pfannschmidt
WIP: Restructure: Split into setuptools-scm/ and vcs-versioning/ workspace
13 окт 2025, 16:16
13 окт 2025, 16:16
196a1c1
Код
Авторство
О чём код?
"""Pytest configuration for vcs-versioning tests. Uses vcs_versioning.test_api as a pytest plugin. """ from __future__ import annotations # Use our own test_api module as a pytest plugin # Moved to pyproject.toml addopts to avoid non-top-level conftest issues # pytest_plugins = ["vcs_versioning.test_api"]