generated at
3A Pattern
3A – Arrange, Act, Assert


python
def test_foo(): # Arrange 準備コード # Act 実行コード(テスト対象関数の呼び出し) # Assert 結果の比較