/pytest-tut

Unit Testing in Python with pytest

Primary LanguagePython

Unit Testing in Python with pytest

1. Getting Started

2. Asserting Expected Expections

3. Introduction to pytest Markers

4. Parametrizing Unit Tests

5. Introduction to pytest Fixtures

6. Creating Custom Fixtures

7. Creating Fixture Factory

8. Parametrizing Fixtures

9. Introduction to mock

10. Advanced mocking