ubsuny / 23-Homework1G1

Homework 1 Repository Group 1
0 stars 6 forks source link

Which is a better function to use assert() or assertEqual()? #50

Closed AhmedCode99 closed 12 months ago

AhmedCode99 commented 12 months ago

Looking for recommendations

tirthbha commented 12 months ago

Looking for recommendations

@AhmedCode99 I think use assertEqual() is better option when you are writing unit tests.

AhmedCode99 commented 12 months ago

Thank you. That is the one i ended up using.