Completed
- Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Simplify Your Tests with Fixtures
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - Examples and explanation in a notebook
- 3 - First fixture example in code
- 4 - Discuss mechanics using tmppath fixture
- 5 - Use fixtures to manipulate paths in settings
- 6 - Use pytest argument to show fixtures in use
- 7 - Use PyCharm to move around fixtures
- 8 - Custom fixture
- 9 - Monkeypatching
- 10 - Fixture dependencies and usefixtures
- 11 - How are fixtures looked up?
- 12 - Fixture gotchas
- 13 - Fixture scopes
- 14 - Parametrizing fixtures
- 15 - Parametrizing tests