Teaching Python

Episode 118: Quick Bites: Testing Student Code



October 21st, 2023  •  15 mins 19 secs  •  Download (17.5 MB)  •  Link with Timestamp

RSS Feed

Today, we'll talk about how to test students' code using automated tools. For example, the unit testing built into Replit's Teams for Education allows students to see if their code is correct, while teachers can quickly assess dozens of submissions. We'll also talk about potential pitfalls that can disrupt or distract from learning.