Completed
py.test fixtures Replacement for unittest setUp/tear Down
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Testing Django Applications with Pytest
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Django's testing documentation
- 3 py.test a full-featured Python testing tool
- 4 pytest-django Integration between py.test and Django
- 5 There is no secret to writing tests... there are only secrets to writing testable code!
- 6 Database access ... makes your tests slow
- 7 The solution - factories factory boy is an excellent library
- 8 py.test fixtures Replacement for unittest setUp/tear Down
- 9 Works with both worlds