mirror of
https://github.com/latinogino/dolibarr-mcp.git
synced 2026-04-30 13:35:34 +02:00
Document integration tests and register pytest marker
This commit is contained in:
@@ -70,6 +70,9 @@ python_files = ["test_*.py"]
|
||||
python_classes = ["Test*"]
|
||||
python_functions = ["test_*"]
|
||||
addopts = "-v --tb=short --cov=src/dolibarr_mcp"
|
||||
markers = [
|
||||
"integration: tests that require a real Dolibarr instance and valid credentials",
|
||||
]
|
||||
|
||||
[tool.coverage.run]
|
||||
source = ["src/dolibarr_mcp"]
|
||||
|
||||
Reference in New Issue
Block a user