mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
5c992eb7ae
* move all tests under tests and initial work on int tests * added updated tests setup and merge tests * without failing step * fixed upload * updated file names for coverage * reenable surface tests * removed package matrix * simplified variables * correct path * removed mistake * fix mistake in path * fix path * windows specific env set * updated merge tests * slight update in marker * added run integration tests settings * updated setup, moved foundry int tests and updated merge test
9 lines
267 B
TOML
9 lines
267 B
TOML
[tool.poe.tasks]
|
|
fmt = "ruff format"
|
|
format.ref = "fmt"
|
|
lint = "ruff check"
|
|
mypy = "mypy --config-file $POE_ROOT/pyproject.toml agent_framework"
|
|
pyright = "pyright"
|
|
build = "uv build"
|
|
test = "pytest --cov=agent_framework --cov-report=term-missing:skip-covered tests"
|