Completed
Testing invalid cases
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Django Testing on Steroid - pytest + Hypothesis
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Who am I
- 4 Agenda
- 5 Overview
- 6 Example
- 7 Good Practices
- 8 Example Endpoint
- 9 Simple test
- 10 Validation
- 11 pytest parameterize
- 12 pytest results
- 13 Hypothesis
- 14 Testing invalid cases
- 15 Questions
- 16 Hypothesis decorator
- 17 pytest vs piunit
- 18 how to define the number of cases
- 19 applying tests to existing codebase
- 20 Hypothesis for jungle models
- 21 More questions
- 22 Hypothesis catching errors