test-generator
✓測定テストファイルを生成します。
SKILL.md
| 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): ...
測定テストファイルを生成します。 ソース: u9401066/med-paper-assistant。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/u9401066/med-paper-assistant --skill test-generator- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
test-generator とは?
測定テストファイルを生成します。 ソース: u9401066/med-paper-assistant。
test-generator のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/u9401066/med-paper-assistant --skill test-generator インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/u9401066/med-paper-assistant
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-01