run-tests Skill
Guide for running pytest tests locally. Use this when running tests to verify code changes. Published by microsoft in semantic-link-labs.
What is run-tests Skill?
Guide for running pytest tests locally. Use this when running tests to verify code changes. Published by microsoft in semantic-link-labs. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use run-tests Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/semantic-link-labs
- Skill file: .claude/skills/run-tests/SKILL.md
What it does
Guide for running pytest tests locally. Use this when running tests to verify code changes.
Skill instructions
Running Tests This skill covers running pytest tests for the Semantic Link Labs project. When to Use This Skill Use this skill when you need to: - Run unit tests to verify code changes - Run specific tests by name - Debug failing tests - Validate changes before committing --- Test Framework | Component | Details | |-----------|---------| | Framework | pytest | | Location | tests/ directory | | Configuration | pyproject.toml | --- Prerequisites Install Development Dependencies bash Install package in editable mode with test dependencies pip install -e ".[test]" Environment Setup Create conda environment from environment.yml: bash conda env create -f environment.yml conda activate fabric pip install -e . --- Running Tests Basic Commands bash Run all tests pytest -s tests/ Run with verbose output pytest -sv tests/ Run specific test file pytest -s tests/testexample.py Run specific test by name pattern pytest -s tests/ -k testmyfunction Run multiple tests by pattern pytest -s tests/ -k "tes
Explore related resources
Frequently asked questions
What is run-tests?
run-tests is a open-source AI agent skill with Copy skill directory. Guide for running pytest tests locally. Use this when running tests to verify code changes.
Who is run-tests best for?
run-tests is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install run-tests?
Install or run run-tests using Copy skill directory. Check run-tests for the latest setup command.
Is run-tests actively maintained?
run-tests may need a closer maintenance check before production use.
Auto-fetched from GitHub.