Completed
Equivalent mutants
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Mutation Testing in Python
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What is mutation testing?
- 3 Basic algorithm
- 4 What does mutation testing tell us?
- 5 Goal #1: Coverage analysis
- 6 Goal #2: Detect unnecessary code
- 7 Examples of mutations
- 8 It takes a loooooooong time
- 9 Incompetence detection
- 10 Equivalent mutants
- 11 Cosmic Ray operates on packages
- 12 Test system plugins
- 13 Operators
- 14 Example operator: Reverse unary subtraction
- 15 Module management: overview
- 16 Module management: Finder
- 17 Module management: Loader
- 18 multiprocessing
- 19 asyncio
- 20 Operational overview