メインコンテンツへスキップ
  1. Tags/

pytest

2023

motoとpytestでlambdaにおけるS3接続のモックを使ったテスト
·☕5分
#テック系 #Python #pytest #AWS #Boto3 #Moto
motoとpytestを用いて、S3上のファイルを取得するLambdaプログラムのローカルテストを試してみます

2022

GitHub Actions・pytestで失敗した(Failed)時の挙動確認
·☕3分
#テック系 #Python #pytest #GitHub #GitHub Actions #テスト #CI/CD
タイトルの通り、GitHub Actionsでpytestを実行し、テストが失敗(Faile
GitHub Actions・pipenv・pytestで自動テストの練習
·☕5分
#テック系 #Python #pytest #GitHub #GitHub Actions #テスト #CI/CD
タイトルの通り、GitHub Actionsを用いてPythonのテスト自動化に取り組んでみ