filmov
tv
Step 4 - Pytest Tutorial: Getting into the TDD flow

Показать описание
Setup your PyCharm project to help get into the flow of Test-Driven Development (TDD).
00:00 - Intro
00:17 - Create new class and new test file
00:30 - Add a construction test
00:38 - Run *all* the test
00:53 - Strip down the PyCharm UI into "TDD Mode"
01:25 - Change tests to auto-run on a (configurable) delay
01:45 - Add a failing test
02:00 - Fix the implementation to make the test pass