Mini Map
Search
⌘ K
Log In
Mastering Unit Testing with Pytest
0%
1.
Introduction
Course Objectives
Overview of Unit Testing
Introduction to Pytest
2.
Pytest Framework
Writing Unit Tests
Pytest Assertions
Testing Exceptions
Introduction to Pytest Fixtures
Mark Decorator
Parametrizing Tests
Pytest Configuration
Quiz on Pytest Framework
3.
Advanced Unit Testing Techniques
Mocking and Patching
MagicMock and Context Managers
Leveraging External Libraries
Pytest Hooks
Writing Custom Plugins and Extensions
Significance of Test Organization
Quiz on Advanced Unit Testing Techniques
4.
Test-Driven Development with Flask
Test-Driven Development
Introduction to Flask
Testing Flask Applications
Quiz on TDD with Flask
5.
Different Types of Testing
Database Unit Testing for MongoDB
UI Testing Using Selenium
Load and Performance Testing
Machine Learning Models Testing for Scikit-Learn
Quiz on Different Types of Testing
6.
Best Practices
Test Coverage
Test Automation Using Makefile
Docker with Pytest
Test Refactoring Principles
Debugging and Troubleshooting Tests
CI Pipelines Using GitHub Actions
Quiz on Best Practices for Pytest and Unit Testing
7.
Concluding Remarks
Conclusion
Project
Premium
Automated Testing using Python and Selenium
8.
Appendix
Installation Guide for Pytest
Mini Project
Premium
Test the Endpoints of the Blog API Using Pytest
Home
/
Courses
/
Mastering Unit Testing with Pytest
Quiz on Pytest Framework
Test your knowledge of the concepts we learned in previous lessons.
We'll cover the following...
Coding Questions
Question 1
Question 2
Question 3
MCQs
Coding Questions
Question 1
...