Run Integration Tests
microsoft/vscode-python-environments/.github/skills/run-integration-testsdesignResmi
Resmi Sağlayıcı Skill'iView repo
Run integration tests to verify that extension components work together correctly. Use this after modifying component interactions or event handling.
Dosyalar1 dosya
SKILL.md113 satır
Loading editor…
Kurulum
ÖnerilenTek komut — ajanınız otomatik olarak devreye alır.
Kurulum komutunu görmek için yukarıdan bir AI aracı seçin.
veya
Manuel Kurulum
Daha fazla adımDosyayı indirin ve ajanınızın sistem istemine yapıştırın.
Skill detayları
Versiyonv1.0.0
YazarMicrosoft
Kategoridesign
Skill IDmicrosoft/vscode-python-environments/.github/skills/run-integration-tests
İlgili skill'ler
Cross Platform PathsCritical patterns for cross-platform path handling in this VS Code extension. Windows vs POSIX path bugs are the #1 source of issues. Use this skill when reviewing or writing path-related code.Debug Failing TestDebug a failing test using an iterative logging approach, then clean up and document the learning.Generate SnapshotGenerate a codebase health snapshot for technical debt tracking and planning. Analyzes git history, code complexity, debt markers, and dependencies to identify hotspots and refactoring priorities.Python Manager DiscoveryEnvironment manager-specific discovery patterns and known issues. Use when working on or reviewing environment discovery code for conda, poetry, pipenv, pyenv, or venv.Run E2e TestsRun E2E tests to verify complete user workflows like environment discovery, creation, and selection. Use this before releases or after major changes.Run Pre Commit ChecksRun the mandatory pre-commit checks before committing code. Includes lint, type checking, and unit tests. MUST be run before every commit.