0 件のコメント (0 件のコメント)0 件のリアクション (0 件のリアクション)0 人の担当者 (0 人の担当者)Python4,736 件のフォーク (4,736 件のフォーク)batch import
good first issuehelp wanted
Repository metrics
- Stars
- 38,959 個のスター (38,959 個のスター)
- PR merge metrics
- PR metrics pending (PR metrics pending)
説明
We would like to set up the CI with GitHub actions. The CI can run some basic unit tests
- Test the inference with CLI
- Test the server and Web UI
コントリビューターガイド
- 調査方針
- 既存の FastChat コードベースを調べて、CLI とサーバー/Web UI の構造を理解します。既存のテストファイル(例:`tests/` ディレクトリ内)と現在の GitHub Actions ワークフロー(`.github/workflows/`)を探します。この issue は CLI 推論とサーバー/Web UI のユニットテストの追加を要求しています。まず、最小限の pytest フィクスチャと、プッシュ時にテストを実行する GitHub Actions ワークフローを設定します。類似プロジェクトの CI 設定パターンを確認します。
- 技術スタック
- pythongithub actions
- 領域
- backendfrontendci cd
- Issue 種別
- テスト
- 前提条件
- GitPythonpytest