You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Q1: In your course project homework from last module, you implemented modules and classes, how did it go? Any reflections?
- Q2: What is your past experience with testing code?
- Q2: What tests would you like to add to your project?
- Q3: What are the advantages / disadvantages of automated versus manual testing?
- Q4: Things can go wrong when executing your code, how should you handle that? Check inputs? try-except statements? What are pros and cons between different approaches?