Files
nadlan-mcp/pytest.ini
T
Nitzan Pomerantz 1f1f4fc0ec Added tests
2025-07-12 17:48:50 +03:00

9 lines
196 B
INI

[tool:pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts = -v --tb=short
markers =
integration: integration tests
unit: unit tests