mirror of
https://github.com/ComposioHQ/composio.git
synced 2026-09-22 11:46:35 +08:00
ff1e89b7c2
Co-authored-by: jkomyno <12381818+jkomyno@users.noreply.github.com>
12 lines
375 B
INI
12 lines
375 B
INI
[pytest]
|
|
testpaths = tests
|
|
python_files = test_*.py
|
|
python_classes = Test*
|
|
python_functions = test_*
|
|
addopts = -v --tb=short --ignore-glob=tests/test_type_inference*.py
|
|
markers =
|
|
slow: marks tests as slow (deselect with '-m "not slow"')
|
|
integration: marks tests as integration tests
|
|
unit: marks tests as unit tests
|
|
schema: marks tests as schema-related tests
|