initial mcp server setup

This commit is contained in:
OwusuBlessing
2025-09-11 23:13:58 +01:00
commit 20f96c0f30
141 changed files with 14444 additions and 0 deletions
+20
View File
@@ -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