initial mcp server setup
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
[tool:pytest]
|
||||
testpaths = tests
|
||||
python_files = test_*.py
|
||||
python_classes = Test*
|
||||
python_functions = test_*
|
||||
pythonpath = src
|
||||
addopts =
|
||||
-v
|
||||
--tb=short
|
||||
--strict-markers
|
||||
--asyncio-mode=auto
|
||||
--disable-warnings
|
||||
markers =
|
||||
integration: marks tests as integration tests (deselect with '-m "not integration"')
|
||||
unit: marks tests as unit tests
|
||||
slow: marks tests as slow (deselect with '-m "not slow"')
|
||||
requires_api_key: marks tests that require API keys
|
||||
filterwarnings =
|
||||
ignore::DeprecationWarning
|
||||
ignore::PendingDeprecationWarning
|
||||
Reference in New Issue
Block a user