Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
PyTest Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Introduction to Pytest Agenda
- 3 What is pytest ?
- 4 Features of pytest
- 5 Advantages of pytest
- 6 Installing the pytest
- 7 Introduction to Pytest Summary
- 8 Tools in Pytest Agenda
- 9 Identifying test files and functions
- 10 A very basic test implementation
- 11 Practical Implementation Basic Test
- 12 Ways to run the subset of test suite
- 13 Grouping the tests
- 14 Practical Implementation - Subsets and Grouping
- 15 Fixtures in pytest
- 16 Practical Implementation - Fixtures
- 17 Parameterizing tests
- 18 Practical Implementation - Parametrical Test
- 19 Stopping the test suits after n test fails
- 20 Run tests in parallel
- 21 Practical Implementation Stop and Run Test
- 22 Tools in Pytest Summary