FREELessons: 20Length: 2.8 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

2.6 Incomplete and Skipped Tests

You won’t always be able to run your entire test suite – ex. your code has some optional dependency, which is not required for its base functionality. This lesson will teach you how to handle such cases.