Python Forum
ATM machine (deposits/withdrawals) using OOP
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ATM machine (deposits/withdrawals) using OOP
#7
(Mar-10-2022, 07:37 AM)ndc85430 Wrote: Tests are a better way than printing to check your code works. Why better? Because they'll fail if you break something - that way, you're relying on the computer to help you than a human checking the output.

As a matter of fact the instructor for this Udemy course I am taking mentions unit tests in passing at the end of the module that I am working on right now. The instructor says that unit tests will come up again later in the course with a whole section devoted to it.

ndc85430: I appreciate the time and care you put into writing this unit test tailored for my test case which clearly took quite a bit of effort on your part.
Reply


Messages In This Thread
RE: ATM machine (deposits/withdrawals) using OOP - by Drone4four - Mar-10-2022, 07:45 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020