Lesson 13: Testing Your Code

⏱ ~40 min Lesson 13 of 14 💚 Free

What You'll Learn

  • Write unit tests with pytest using assert statements
  • Organize tests in test files and run them from the terminal
  • Test exception handling and edge cases
  • Understand test-driven development (TDD) and test coverage