Completed
Parallelizing acceptance tests
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Fixture Factories for Faster End-to-End Tests
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Outline
- 3 Endtoend tests
- 4 Technology stack
- 5 Distributed architecture
- 6 SQL
- 7 Django
- 8 Test for testing
- 9 Test code changes
- 10 Fixture decorator
- 11 Create method
- 12 Why
- 13 Using services
- 14 Pros
- 15 Overhead
- 16 Faster
- 17 Parallel
- 18 Test failures
- 19 Randomizing test execution
- 20 Parallelizing acceptance tests
- 21 How many processes to use
- 22 Main takeaways
- 23 Test isolation repeatability
- 24 Endtoend testing
- 25 Callouts
- 26 Yelp
- 27 Slides
- 28 Questions
- 29 Docker compose
- 30 Migration
- 31 Dumping from production
- 32 Reusing data
- 33 MySQL
- 34 Rowlevel locking
- 35 Model packages
- 36 Example
- 37 Question