Overview
-
Learn how to automate tests using pytest
- Introduction to pytest
- Chapter 1 - The First Test Case
- Chapter 2 - A Failing Test Case
- Chapter 3 - A Test Case with an Exception
- Chapter 4 - Parameterized Test Cases
- Chapter 5 - Testing Classes
- Chapter 6 - Fixtures
- Chapter 7 - Commands and Configs
- Chapter 8 - Filtering Tests
- Chapter 9 - Feature Tests
- Chapter 10 - Extending pytest with Plugins