How To Setup and Run Your First Test (Testing Python With Pytest)

preview_player
Показать описание
A quick-start video about how to create and run a basic test using pytest.

You can also find me on:
Рекомендации по теме
Комментарии
Автор

This is literally the best and simplest tutorial ever. Real simple. pytest runs files and functions starting with test. Then the assert keyword is looking for a true or false value to determine if the test passed. Thx much

Beall
Автор

set up a run configuration for pytest but it gave DeprecationWarning: pkg_resources is deprecated as an API. How to fix?

darcash
Автор

Are the videos are part of some longer ones ? Why is the first ever sentence "after installing pytest" ?

shusenacademy
Автор

question.... I hope you respond. I'm a beginner trying to learn how to use python and am using test automation university. com. Please explain how do I use python and the terminal next to each other like you have in the video.

zachsipes