filmov
tv
Writing Basic Unit Tests in Python

Показать описание
This is an introductory video on writing unit tests for a simple Python function that returns the area of a circle. It's designed to simply show how to write a unit test in Python and only test for a few known possible values.