Skip to content
Press
QQ
to open this menu
Pricing & Plans
Request a demo
Login
Start Free Trial
Training Library
Python
Python Testing with Unittest - Level 2
learning path
Python Testing with Unittest - Level 2
Python's built-in unittest module is a testing framework for creating unit and integration tests. Discover the unittest module through hands-on labs.
Intermediate
Difficulty: Intermediate
Up to 6h
Duration: Up to 6 hours
80
Students: 80
Start
Unlock your potential
Build the skills and confidence you need to make a real impact.
Learn your way
This content is flexible and engaging so you can take charge of your learning journey.
Showcase your expertise
Apply what you've learned to track your progress and strengthen your understanding.
Content overview
About
Author
Content overview
3 steps
There are 3 Hands-on Labs in this learning path
3
Difficulty: Intermediate. Duration: Up to 2h.
HANDS-ON LAB
Intermediate
Up to 2h
Duration: Up to 2 hours
Python: Introduction to Unittest
Python's built-in unittest module is a testing framework for creating unit and integration tests. This lab introduces the unittest module through hands-on learning.
Difficulty: Intermediate. Duration: Up to 2h.
HANDS-ON LAB
Intermediate
Up to 2h
Duration: Up to 2 hours
Python: Introduction to Mocking
The unittest.mock module is Python's built-in mocking and patching module. Used to replace objects with fake implementations during testing. This lab introduces the unittest.mock module through hands-on learning.
Difficulty: Intermediate. Duration: Up to 2h.
HANDS-ON LAB
Intermediate
Up to 2h
Duration: Up to 2 hours
Python: Introduction to Patching
The unittest.mock module is Python's built-in mocking and patching module. Used to replace objects with fake implementations during testing. This lab introduces the unittest.mock.patch callable through hands-on learning.