We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI設定のci.ymlで、現在のpytestの実行設定を見直し、各テストファイル毎に実行するように変更する。\n\n### 目的\n- テストの管理を効率化する\n- テストの実行時間を短縮し、CIプロセスを高速化する\n\n### タスク\n1. ci.ymlファイルのpytest設定を更新\n2. ローカルとリモート環境での設定変更をテスト\n\nこれにより、CIプロセスの効率が向上し、開発の生産性が向上します。
ci.yml
The text was updated successfully, but these errors were encountered:
各テストファイルを個別に実行するようCI設定を更新 (#106)
ba7dad0
Merge pull request #107 from dai-motoki/issue-105-update-pytest-settings
8f0cb76
特定のテスト実行を一時停止 (#106)
2d00ddc
Merge pull request #108 from dai-motoki/issue-105-update-pytest-settings
a02aa8f
No branches or pull requests
CI設定の
ci.yml
で、現在のpytestの実行設定を見直し、各テストファイル毎に実行するように変更する。\n\n### 目的\n- テストの管理を効率化する\n- テストの実行時間を短縮し、CIプロセスを高速化する\n\n### タスク\n1.ci.yml
ファイルのpytest設定を更新\n2. ローカルとリモート環境での設定変更をテスト\n\nこれにより、CIプロセスの効率が向上し、開発の生産性が向上します。The text was updated successfully, but these errors were encountered: