Che cos'è test-generator?
Genera suite di test. Trigger: test, test, test, copertura, test, pytest, unittest, test, TG, test unitario, test, e2e, statico, ruff, mypy, lint. Fonte: u9401066/med-paper-assistant.
Genera suite di test. Trigger: test, test, test, copertura, test, pytest, unittest, test, TG, test unitario, test, e2e, statico, ruff, mypy, lint.
Installa rapidamente la skill AI test-generator nel tuo ambiente di sviluppo tramite riga di comando
Fonte: u9401066/med-paper-assistant.
| ruff | Linter + Formatter | uv run ruff check src/ | | mypy | 類型檢查 | uv run mypy src/ --ignore-missing-imports | | bandit | 安全漏洞掃描 | uv run bandit -r src/ -ll | | vulture | 死代碼檢測 | uv run vulture src/ --min-confidence 80 |
tests/ ├── conftest.py # 共用 fixtures ├── unit/ # 單元測試 │ └── testdomain/ ├── integration/ # 整合測試 │ └── testapi/ └── e2e/ # 端對端測試
class TestUser: def testcreateuservalid(self): # Happy path ... def testcreateuserminlength(self): # Edge case ... def testcreateuseremptyraises(self): # Error handling with pytest.raises(ValidationError): ...
Genera suite di test. Trigger: test, test, test, copertura, test, pytest, unittest, test, TG, test unitario, test, e2e, statico, ruff, mypy, lint. Fonte: u9401066/med-paper-assistant.
Campi e comandi stabili per citazioni AI/ricerca.
npx skills add https://github.com/u9401066/med-paper-assistant --skill test-generatorGenera suite di test. Trigger: test, test, test, copertura, test, pytest, unittest, test, TG, test unitario, test, e2e, statico, ruff, mypy, lint. Fonte: u9401066/med-paper-assistant.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/u9401066/med-paper-assistant --skill test-generator Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw
https://github.com/u9401066/med-paper-assistant