Agent Skills
› flet-dev/flet
› run-unit-tests
run-unit-tests
GitHub用于运行 Flet 框架 Python 部分的单元测试,通过执行特定 pytest 命令验证代码正确性。
Trigger Scenarios
需要运行单元测试
检查 Python 代码测试情况
Install
npx skills add flet-dev/flet --skill run-unit-tests -g -y
SKILL.md
Frontmatter
{
"name": "run-unit-tests",
"description": "Use when asked to run unit tests."
}
This skill is used to run unit tests of the Python part of Flet framework.
Instructions
Run the following command to run flet package unit tests:
uv run --group test pytest packages/flet/tests
The directory in that commend is relative to {root}/sdk/python.
Version History
- 8f74fe9 Current 2026-08-20 12:12


