Python - Writing Unit Tests with unittest library - Live Coding

Опубликовано: 11 Январь 2025
на канале: VitoshAcademy
208
3

Writing Unit Tests with #Python and the Python unittest library.
Writing unittests from scratch.

The class, which is tested is this one:
https://github.com/Vitosh/Python_pers...

VitoshAcademy.com article:
https://www.vitoshacademy.com/python-...

GitHub code:
https://github.com/Vitosh/Python_pers...

The previous video, in which the tested class is written:
   • Python - OOP - Inheriting from Abstra...