# Run Unit Tests

> Use when asked to run unit tests.

- Skill: `tomevault-io/run-unit-tests` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/run-unit-tests`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/run-unit-tests/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/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`.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/flet-dev) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

