chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:38:34 +08:00
commit 0549b088a4
2405 changed files with 810255 additions and 0 deletions
@@ -0,0 +1,16 @@
[tool:pytest]
# Simple pytest configuration for Composio integration tests
testpaths = .
python_files = test_*.py
python_classes = Test*
python_functions = test_*
# Add timeout and other options
# --timeout=120: Each test gets max 2 minutes
# --timeout-method=thread: Use thread-based timeout (works cross-platform)
addopts = -v --tb=short --timeout=120 --timeout-method=thread
markers =
slow: marks tests as slow (deselect with '-m "not slow"')
integration: marks tests as integration tests