RU

run-unit-tests

Executes unit test suites when requested, helping developers verify component logic.

Install

mkdir -p .claude/skills/run-unit-tests && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/3306" && unzip -o skill.zip -d .claude/skills/run-unit-tests && rm skill.zip

Installs to .claude/skills/run-unit-tests

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Use when asked to run unit tests.
33 chars✓ has a “when” trigger
Beginner

Key capabilities

  • Run flet framework unit tests
  • Execute tests within a specific package group
  • Verify component logic

How it works

It executes pytest for the flet package using the uv tool within the specified project directory structure.

Inputs & outputs

You give it
Request to run unit tests
You get back
Test execution results

When to use run-unit-tests

  • Running project unit tests
  • Verifying component logic after changes
  • Performing quick sanity checks

About this skill

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.

When not to use it

  • Non-Flet projects
  • Non-Python projects

Prerequisites

uvflet package

Limitations

  • Limited to flet package tests
  • Requires uv environment

How it compares

It provides a standardized command for running Flet-specific unit tests using uv.

Compared to similar skills

run-unit-tests side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
run-unit-tests (this skill)14moNo flagsBeginner
webapp-testing3533moReviewIntermediate
ui-ux-expert-skill919moReviewAdvanced
skill-creator1283moReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

webapp-testing

anthropics

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

353585

ui-ux-expert-skill

fercracix33

Technical workflow for implementing accessible React user interfaces with shadcn/ui, Tailwind CSS, and TanStack Query. Includes 6-phase process with mandatory Style Guide compliance, Context7 best practices consultation, Chrome DevTools validation, and WCAG 2.1 AA accessibility standards. Use after Test Agent, Implementer, and Supabase agents complete their work.

91244

skill-creator

anthropics

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

128200

python-testing-patterns

wshobson

Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.

77204

dependency-upgrade

wshobson

Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.

26240

playwright-mcp

sfc-gh-dflippo

Browser testing, web scraping, and UI validation using Playwright MCP. Use this skill when you need to test Streamlit apps, validate web interfaces, test responsive design, check accessibility, or automate browser interactions through MCP tools.

33197

Search skills

Search the agent skills registry