FileMood

Download [ WebToolTip.com ] Udemy - Modern Python Testing with pytest

WebToolTip com Udemy Modern Python Testing with pytest

Name

[ WebToolTip.com ] Udemy - Modern Python Testing with pytest

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

539.0 MB

Total Files

130

Last Seen

Hash

5340B63FF8CE08DC6AE9DD2087D0AC9E4123BA90

/

Get Bonus Downloads Here.url

0.2 KB

/.../1 - Introduction and Setup/

1. Introduction and Welcome (Description).html

0.7 KB

1. Introduction and Welcome.mp4

7.1 MB

2. Download Python.url

0.1 KB

2. Set Up Your Development Environment (Description).html

0.7 KB

2. Set Up Your Development Environment.mp4

7.4 MB

/.../2 - Testing Basics Getting Started with pytest/

0. test coding exercise.html

6.2 KB

3. Write Your First Test (Description).html

0.8 KB

3. Write Your First Test.mp4

19.1 MB

3. test_example.py

0.2 KB

4. Organise Test Files in Their Own Folder (Description).html

0.8 KB

4. Organise Test Files in Their Own Folder.mp4

16.7 MB

5. Define Test Functions Focused on One Specific Behaviour (Description).html

0.8 KB

5. Define Test Functions Focused on One Specific Behaviour.mp4

28.5 MB

6. Assert that Code Raises the Right Exception and Message (Description).html

0.8 KB

6. Assert that Code Raises the Right Exception and Message.mp4

19.0 MB

pytest.ini

0.0 KB

test_example.py

0.2 KB

/.../2 - Testing Basics Getting Started with pytest/app/

user.py

0.2 KB

/.../2 - Testing Basics Getting Started with pytest/tests/

test_user.py

0.6 KB

/.../3 - Fixtures Reusable Test Setup and Teardown/

10. Cleaning Up After Your Tests with Teardown (Description).html

0.8 KB

10. Cleaning Up After Your Tests with Teardown.mp4

23.3 MB

7. Eliminate Repetition with Fixtures (Description).html

0.8 KB

7. Eliminate Repetition with Fixtures.mp4

25.1 MB

8. Function- vs Module-Scope Fixtures Understanding Test Isolation (Description).html

0.8 KB

8. Function- vs Module-Scope Fixtures Understanding Test Isolation.mp4

16.7 MB

9. Using Module-Scope Fixtures to Share Expensive Test Setup (Description).html

0.8 KB

9. Using Module-Scope Fixtures to Share Expensive Test Setup.mp4

22.5 MB

pytest.ini

0.0 KB

/.../3 - Fixtures Reusable Test Setup and Teardown/app/

cart.py

0.6 KB

database.py

0.4 KB

file_db.py

0.6 KB

user.py

0.2 KB

/.../3 - Fixtures Reusable Test Setup and Teardown/tests/

test_cart.py

0.4 KB

test_database.py

0.4 KB

test_file_db.py

0.6 KB

test_user.py

0.6 KB

/.../4 - Markers Parameterisation, Skipping, and Expected Failures/

11. Reducing Test Duplication with Parameterisation (Description).html

0.8 KB

11. Reducing Test Duplication with Parameterisation.mp4

31.8 MB

12. Temporarily Exclude Tests from Runs (Description).html

0.8 KB

12. Temporarily Exclude Tests from Runs.mp4

17.0 MB

13. Conditionally Skip Tests (Description).html

0.7 KB

13. Conditionally Skip Tests.mp4

25.8 MB

14. Handle Expected Failures (Description).html

0.7 KB

14. Handle Expected Failures.mp4

19.6 MB

15. Organising Your Test Suite with Custom Markers (Description).html

0.8 KB

15. Organising Your Test Suite with Custom Markers.mp4

33.0 MB

pytest.ini

0.1 KB

/.../4 - Markers Parameterisation, Skipping, and Expected Failures/app/

cart.py

0.6 KB

data_processor.py

0.2 KB

database.py

0.4 KB

file_db.py

0.6 KB

http_status.py

0.2 KB

shipping.py

0.1 KB

user.py

0.2 KB

validation.py

0.1 KB

/.../4 - Markers Parameterisation, Skipping, and Expected Failures/tests/

test_cart.py

0.4 KB

test_data_processor.py

0.3 KB

test_database.py

0.4 KB

test_file_db.py

0.6 KB

test_shipping.py

0.4 KB

test_skipif.py

0.5 KB

test_user.py

0.6 KB

test_validation.py

0.4 KB

/.../5 - Mocking Replacing Dependencies in Tests/

16. Mocking in pytest An Introduction to monkeypatch (Description).html

0.8 KB

16. Mocking in pytest An Introduction to monkeypatch.mp4

21.7 MB

17. Testing Dependency Calls and Arguments with monkeypatch (Description).html

0.8 KB

17. Testing Dependency Calls and Arguments with monkeypatch.mp4

19.0 MB

18. Testing Different Execution Paths with monkeypatch (Description).html

0.8 KB

18. Testing Different Execution Paths with monkeypatch.mp4

19.5 MB

19. MagicMock assertion methods.html

405.3 KB

19. Using MagicMock for Cleaner Mocking (Description).html

0.7 KB

19. Using MagicMock for Cleaner Mocking.mp4

29.1 MB

20. Choosing the Right Mocking Tool patch vs monkeypatch (Description).html

0.8 KB

20. Choosing the Right Mocking Tool patch vs monkeypatch.mp4

26.1 MB

21. Cleaner Mocking with the pytest-mock Plugin (Description).html

0.8 KB

21. Cleaner Mocking with the pytest-mock Plugin.mp4

22.0 MB

pytest.ini

0.1 KB

/.../5 - Mocking Replacing Dependencies in Tests/app/

cart.py

0.6 KB

data_processor.py

0.2 KB

database.py

0.4 KB

file_db.py

0.6 KB

http_status.py

0.2 KB

shipping.py

0.1 KB

user.py

0.2 KB

user_service.py

0.4 KB

validation.py

0.1 KB

/.../5 - Mocking Replacing Dependencies in Tests/tests/

test_cart.py

0.4 KB

test_data_processor.py

0.3 KB

test_database.py

0.4 KB

test_file_db.py

0.6 KB

test_shipping.py

0.4 KB

test_skipif.py

0.5 KB

test_user.py

0.6 KB

test_user_service.py

3.1 KB

test_validation.py

0.4 KB

/.../6 - Generating and Interpreting Coverage Reports/

22. An Introduction to Test Coverage with pytest-cov (Description).html

0.7 KB

22. An Introduction to Test Coverage with pytest-cov.mp4

14.3 MB

23. Finding Untested Code with Coverage Reports (Description).html

0.8 KB

23. Finding Untested Code with Coverage Reports.mp4

20.6 MB

24. Line Coverage vs Branch Coverage (Description).html

0.7 KB

24. Line Coverage vs Branch Coverage.mp4

16.0 MB

25. Enforcing Minimum Test Coverage (Description).html

0.7 KB

25. Enforcing Minimum Test Coverage.mp4

15.9 MB

26. Centralising Coverage Settings in Configuration Files (Description).html

0.8 KB

26. Centralising Coverage Settings in Configuration Files.mp4

15.0 MB

26. Coverage Settings Reference.html

68.8 KB

coveragerc

0.1 KB

pytest.ini

0.2 KB

/.../6 - Generating and Interpreting Coverage Reports/app/

cart.py

0.6 KB

data_processor.py

0.2 KB

database.py

0.4 KB

file_db.py

0.6 KB

http_status.py

0.2 KB

shipping.py

0.1 KB

user.py

0.2 KB

user_service.py

0.4 KB

validation.py

0.1 KB

/.../6 - Generating and Interpreting Coverage Reports/tests/

test_cart.py

0.4 KB

test_data_processor.py

0.3 KB

test_database.py

0.4 KB

test_file_db.py

0.6 KB

test_shipping.py

0.4 KB

test_skipif.py

0.7 KB

test_user.py

0.6 KB

test_user_service.py

3.1 KB

test_validation.py

0.4 KB

/7 - Conclusion/

27. Conclusion (Description).html

0.6 KB

27. Conclusion.mp4

6.6 MB

~Get Your Files Here !/

Bonus Resources.txt

0.1 KB

 

Total files 130


Copyright © 2026 FileMood.com