Python Supplemental - Automated Testing with PyUnit - 2

Опубликовано: 10 Апрель 2026
на канале: Bill Barry
2,009
54

Discusses required imports and how to create the necessary class in which to write test cases. Demonstrates how to write a main function that will load the test cases into a test suite and run them. Shows how to write simple test cases and use framework-provided methods like assertEqual to compare expected and actual output.