CS50P - Lecture 5 - Unit Tests

This is CS50P, CS50’s Introduction to Programming with Python. Enroll for free at Slides, source code, and more at Playlist at TABLE OF CONTENTS 00:00:00 - Introduction 00:00:24 - Unit Tests 00:01:15 - Testing 00:10:20 - assert 00:12:18 - AssertionError 00:16:58 - pytest 00:28:38 - Categories of Tests 00:35:53 - Testing for Exceptions 00:38:13 - Side Effects and Testing 00:47:54 - Collections of Tests 00:50:16 - Conclusion An introduction to programming using a language called Python. Learn how to read and write code as well as how to test and “debug“ it. Designed for students with or without prior programming experience who’d like to learn Python specifically. Learn about functions, arguments, and return values (oh my!); variables and types; conditionals and Boolean expressions; and loops.
Back to Top