tests: add some initial run_test() utilities

This commit is contained in:
Aleix Conchillo Flaqué
2025-01-20 17:41:21 -08:00
parent e3d53d3d9a
commit 090bc81ec5
13 changed files with 185 additions and 8 deletions

View File

@@ -85,7 +85,10 @@ openrouter = [ "openai~=1.59.6" ]
where = ["src"]
[tool.pytest.ini_options]
addopts = "--verbose --disable-warnings"
testpaths = ["tests"]
pythonpath = ["src"]
asyncio_default_fixture_loop_scope = "function"
[tool.setuptools_scm]
local_scheme = "no-local-version"