Run Unit Tests

Use when asked to run unit tests.

flet-dev c8baa43 353 B Updated

File contents

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.

flet-dev/flet/tree/main/.agents/skills/run-unit-tests commit c8baa43040

Frequently asked questions

npx skillmds@latest add flet-dev/run-unit-tests