# Run Unit Tests

> Use when asked to run unit tests.

- Skill: `mahabdalla/run-unit-tests` (Agent Skill)
- Install (CLI): `npx skillmds@latest add mahabdalla/run-unit-tests`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mahabdalla/run-unit-tests/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: mahabdalla (https://skillmd.com/u/mahabdalla)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/mahabdalla/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 this content](https://tomevault.io/claim/flet-dev/flet)

