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環境を整える #4

Closed
Hiroya-W opened this issue Sep 7, 2021 · 3 comments · Fixed by #7 or #10
Closed

ビルドとテストを実行するCI環境を整える #4

Hiroya-W opened this issue Sep 7, 2021 · 3 comments · Fixed by #7 or #10

Comments

@Hiroya-W
Copy link
Contributor

Hiroya-W commented Sep 7, 2021

  • isort + blackでフォーマットチェックする
  • flake8 + mypyで静的解析する
  • pytestでテストを実行する
@Hiroya-W
Copy link
Contributor Author

Hiroya-W commented Sep 7, 2021

isort + black + flake8 + mypyの細かい設定が大変そうなので、pysenで一元管理させてみる

@Hiroya-W
Copy link
Contributor Author

Hiroya-W commented Sep 7, 2021

とりあえず、適当なファイルを置いておいて、CIが通ることを確認する。開発進めばすぐ消していい

@Hiroya-W Hiroya-W mentioned this issue Sep 7, 2021
Hiroya-W added a commit that referenced this issue Sep 7, 2021
@Hiroya-W Hiroya-W reopened this Sep 7, 2021
@Hiroya-W
Copy link
Contributor Author

Hiroya-W commented Sep 7, 2021

CIでformatしてからlintチェックすると、formatされてないことを検出出来ないので、lintチェックだけでいい
pysenでは、lintチェックでformatチェックされる

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant