Pytest part 2: Ordering and Dependency

preview_player
Показать описание
This video shows how to order the execution of test cases in pytest and how to handle dependency.
Рекомендации по теме
Комментарии
Автор

Hello, Thank you for the lessons. Could you record the video about using pytest in testing Rest API?

PitSpike
Автор

For future note that "pytest-ordering" is not working. You can achieve the same functionality using "pytest-order" plugin.

adeelahmed