npc-clients-python/tests/pytest.ini

26 lines
No EOL
729 B
INI

[tool:pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
asyncio_mode = auto
asyncio_default_fixture_loop_scope = function
addopts =
-v
--tb=short
--strict-markers
--disable-warnings
--color=yes
markers =
integration: Tests that require a live API endpoint
slow: Tests that may take longer to complete
auth: Authentication-related tests
npc: NPC management tests
chat: Chat completion tests
universe: Universe management tests
streaming: Tests involving streaming responses
compatibility: Tests comparing async and sync clients
filterwarnings =
ignore::DeprecationWarning
ignore::PendingDeprecationWarning
timeout = 300