Skip to content
New issue

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で実行しないテストを、Pytestのmarkers機能で指定する #680

Open
yuji38kwmt opened this issue Sep 10, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@yuji38kwmt
Copy link
Collaborator

現状

CIで実行するテストは(WebAPIにアクセスしないテスト)は、ファイル名がtest_local*.pyのものに限定しています。

poetry run pytest tests/test_local*.py

この方法だと、テスト用のファイルにWebAPIに関係しないテストメソッドがあっても、このテストメソッドをCIで実行することができません。

やりたいこと

Pytestのmarkers機能を使って、CIで実行しないテストを指定できるようにしたいです。

poetry run pytest -n auto -m "not access_webapi"
@yuji38kwmt yuji38kwmt added the enhancement New feature or request label Sep 10, 2024
@yuji38kwmt yuji38kwmt changed the title CIで実行しないテストを、Pytestのmarkers機能を CIで実行しないテストを、Pytestのmarkers機能で指定する Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant