Skip to content

Commit

Permalink
#16 第2章 p.44まで完了 ログ削除
Browse files Browse the repository at this point in the history
catcoswavist committed Aug 3, 2023
1 parent 11001e5 commit adfd773
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions catcoswavist/test_money.py
Original file line number Diff line number Diff line change
@@ -12,9 +12,7 @@ def test_multiplication(self):
product = five.times(2)
assert 10 == product.amount
# この段階のproductはtostringを通していないのでただのアドレス(読めない)
print("プロダクト10",product.amount)
product = five.times(3)
assert 15 == product.amount
print("プロダクト15",product.amount)


TestMoney().test_multiplication()

0 comments on commit adfd773

Please sign in to comment.