Python - Writing Unit Tests with unittest library - Live Coding

Опубликовано: 30 Март 2026
на канале: VitoshAcademy
271
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 Abstract Class