feat: code quality audit + autoresearch integration + infra hardening (#150)
This commit is contained in:
committed by
GitHub
parent
fd0ede0d51
commit
ae3bb1cc21
4
tox.ini
4
tox.ini
@@ -8,11 +8,11 @@ commands_pre = poetry install --with dev --quiet
|
||||
|
||||
[testenv:unit]
|
||||
description = Fast unit tests (no I/O, no external services)
|
||||
commands = poetry run pytest tests/ -q --tb=short -m "unit and not ollama and not docker and not selenium and not external_api"
|
||||
commands = poetry run pytest tests/ -q --tb=short -m "unit and not integration and not ollama and not docker and not selenium and not external_api"
|
||||
|
||||
[testenv:integration]
|
||||
description = Integration tests (may use SQLite, but no external services)
|
||||
commands = poetry run pytest tests/ -q --tb=short -m "integration and not ollama and not docker and not selenium and not external_api"
|
||||
commands = poetry run pytest tests/ -q --tb=short -m "integration and not unit and not ollama and not docker and not selenium and not external_api"
|
||||
|
||||
[testenv:ollama]
|
||||
description = Live LLM tests via Ollama (requires Ollama running with a tiny model)
|
||||
|
||||
Reference in New Issue
Block a user