Step 8 - Pytest tutorial: Debugging during testing

preview_player
Показать описание

When writing tests, use the PyCharm "visual debugger" to interactively poke around in the context of a problem.

00:00 - Start
00:12 - Make a test assertion which shows a software bug
00:27 - Try to debug with print
00:42 - Switch to test debugging with debugger
00:59 - Interactively evaluate an expression
01:18 - Step through code, find the problem

Рекомендации по теме
Комментарии
Автор

The little green arrow (play icon) doesn't appear against each of my tests. How can I enable that?

arosebastinenishanthhendri