/
githubmirror
/
sgr-agent-core
Обзор
Документация
Войти
/
githubmirror
/
sgr-agent-core
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
pytest.ini
15 строк
391 B
Pavel Zloi
Simple interactive shell added (#167)
11 фев 2026, 20:31
Не верифицирован
11 фев 2026, 20:31
abdba68
Код
Авторство
О чём код?
[pytest] testpaths = tests python_files = test_*.py python_classes = Test* python_functions = test_* addopts = -v --tb=short --strict-markers -m "not e2e" markers = slow: marks tests as slow (deselect with '-m "not slow"') integration: marks tests as integration tests unit: marks tests as unit tests e2e: end-to-end tests (run explicitly with pytest -m e2e)