Files
claude-gen/fission-python/template/pytest.ini

9 lines
160 B
INI
Raw Normal View History

2026-03-18 20:21:56 +07:00
[pytest]
testpaths = test
python_files = test_*.py
python_classes = Test*
python_functions = test_*
log_cli = true
log_cli_level = INFO
addopts = -v --tb=short