This commit was merged in pull request #1131.
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -47,12 +47,10 @@ commands =
|
|||||||
# ── Test Environments ────────────────────────────────────────────────────────
|
# ── Test Environments ────────────────────────────────────────────────────────
|
||||||
|
|
||||||
[testenv:unit]
|
[testenv:unit]
|
||||||
description = Fast tests — excludes e2e, functional, and external services
|
description = Fast unit tests — only tests marked @pytest.mark.unit
|
||||||
commands =
|
commands =
|
||||||
pytest tests/ -q --tb=short \
|
pytest tests/ -q --tb=short \
|
||||||
--ignore=tests/e2e \
|
-m "unit and not ollama and not docker and not selenium and not external_api and not skip_ci and not slow" \
|
||||||
--ignore=tests/functional \
|
|
||||||
-m "not ollama and not docker and not selenium and not external_api and not skip_ci and not slow" \
|
|
||||||
-n auto --dist worksteal
|
-n auto --dist worksteal
|
||||||
|
|
||||||
[testenv:integration]
|
[testenv:integration]
|
||||||
|
|||||||
Reference in New Issue
Block a user