Files
claude-gen/fission-python/template/pytest.ini
Duc Nguyen 29667cd92f ref: up
2026-03-18 20:21:56 +07:00

9 lines
160 B
INI

[pytest]
testpaths = test
python_files = test_*.py
python_classes = Test*
python_functions = test_*
log_cli = true
log_cli_level = INFO
addopts = -v --tb=short