ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

319 results

Red Eyed Coder Club
Intro to Python Mocks | Python tutorial

This video is an Intro to Python Mocks from unittest.mock library: what are Python mocks, why we have to use mocks, and when to ...

18:42
Intro to Python Mocks | Python tutorial

97,667 views

3 years ago

jobstr
Python tests | Pytest Mock and Patch

Unit Tests (Pytest in this case) can save you time. Here we look at how to use mock and patch with some code to make requests ...

10:12
Python tests | Pytest Mock and Patch

43,307 views

3 years ago

Eric Roby
Python Unit Testing | FastAPI with Pytest Tutorial (fast & easy)

How to implement Python Unit Testing framework, Pytest , into your FastAPI application easily. Write better Python API code!

9:04
Python Unit Testing | FastAPI with Pytest Tutorial (fast & easy)

31,055 views

2 years ago

Red Eyed Coder Club
Intro to Python Mocks: Mocking Python Requests with Responses | Python tutorial

This video is the third part of Python testing using Mocks series (or just Python Mocks). In this video we'll touch the mocking of ...

9:43
Intro to Python Mocks: Mocking Python Requests with Responses | Python tutorial

14,622 views

3 years ago

Chuck Conway
Python Unit Testing for Beginners - Create, Mock, and Run

GitHub Repository: https://github.com/chuckconway/yt_2024_getting_starting_unit_testing_python Are you curious about unit ...

19:05
Python Unit Testing for Beginners - Create, Mock, and Run

68 views

11 months ago

Red Eyed Coder Club
Intro to Python Mocks #2: Mocking Exceptions | Python tutorial

This video is the second part of Python testing using Mocks series (or just Python Mocks). In this video we'll touch the mocking of ...

15:54
Intro to Python Mocks #2: Mocking Exceptions | Python tutorial

18,754 views

3 years ago

Dr. Dror
Mastering PyTest: How to Correctly Mock Functions for Unit Testing

Learn how to correctly mock functions when using PyTest for unit testing. I will demonstrates how to mock functions that may not ...

7:56
Mastering PyTest: How to Correctly Mock Functions for Unit Testing

346 views

10 months ago

mildlyoverfitted
Mocking neural networks: unit testing in deep learning

This video demonstrates how one can write unit tests for deep learning code. Specifically, it describes a technique called Mocking.

16:01
Mocking neural networks: unit testing in deep learning

2,723 views

4 years ago

ArjanCodes
How to Test Asynchronous Code in Python

Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. Testing asynchronous code is tricky but ...

6:46
How to Test Asynchronous Code in Python

24,946 views

1 year ago

Lucas Paganini
What is Mocking? - Concepts and Best Practices - Software Testing Series #2

To mock or not to mock? It's a good question that not everyone knows the answer to when developing tests. To answer that, you ...

7:38
What is Mocking? - Concepts and Best Practices - Software Testing Series #2

44,462 views

3 years ago

Delft Stack
How to Mock Raise Exceptions | Test Error Handling in Python

Ever wondered how to properly test error handling in Python? Whether you're dealing with external APIs, databases, or internal ...

4:50
How to Mock Raise Exceptions | Test Error Handling in Python

59 views

10 months ago

Solve Computer Science
Understand Python unit tests in 5 minutes

In this video I show you an overview of unit tests in Python: what they are, how they work and how to write effective ones by ...

5:15
Understand Python unit tests in 5 minutes

97 views

2 years ago

ArjanCodes
This Is How Marie Kondo Sets up Her Pytest

Learn how to build robust and scalable software architecture: https://arjan.codes/checklist. In this video, I'm going to walk you ...

16:02
This Is How Marie Kondo Sets up Her Pytest

27,367 views

9 months ago

Mounisha Vustepalli
Mocking in Unit Testing

Let's see what sets the mock testing apart from the traditional unit testing. In traditional unit testing, unit tests do assertions about ...

11:15
Mocking in Unit Testing

16 views

2 years ago

Semaphore
Unit Testing Made Easy: Unlock the AAA Pattern

Ready to supercharge your test automation skills? Meet the Arrange-Act-Assert (AAA) pattern—your new best friend for writing ...

7:20
Unit Testing Made Easy: Unlock the AAA Pattern

689 views

11 months ago

The Theory Of Code
Using Test Assertions: Unit Testing in Python using Unittest Framework

Using Test Assertions: Unit Testing in Python using Unittest Framework Welcome to the video series on Introduction to Unit ...

8:45
Using Test Assertions: Unit Testing in Python using Unittest Framework

11,714 views

6 years ago

mCoding
25 nooby Python habits you need to ditch

Nooby Python habits give away your inexperience. Improve your code and your prestige just a bit by ditching those habits and ...

9:12
25 nooby Python habits you need to ditch

2,003,695 views

4 years ago

Bill Barry
Python Supplemental - Automated Testing with PyUnit - 1

Gives some background on automated tests and defines the term unit test. Sets up a simple example as the basis for the ...

10:35
Python Supplemental - Automated Testing with PyUnit - 1

2,895 views

6 years ago

Django London
Mocks: Do's and Dont's - Julius Seporaitis

The relationship between mocks and code maintenance and three practical/common gotchas and how to avoid them. Presented ...

18:23
Mocks: Do's and Dont's - Julius Seporaitis

80 views

4 years ago

Inside iOS Dev
Generating Mocks with Sourcery

Alex and Sandeep introduce Swift Sourcery, a code generation tool to automatically create mock implementations for interfaces in ...

16:07
Generating Mocks with Sourcery

7,913 views

3 years ago

Velotio Technologies
Velotio Tech Shorts |  Unit Testing with Pytest: Harnessing the Power of Mocking and Asyncio

Presenting our latest #VelotioTechShort on Unit Testing with Pytest: Harnessing the Power of Mocking and Asyncio. ✓ Pytest ...

12:12
Velotio Tech Shorts | Unit Testing with Pytest: Harnessing the Power of Mocking and Asyncio

89 views

2 years ago

Bill Barry
Python Supplemental - Automated Testing with PyUnit - 2

Discusses required imports and how to create the necessary class in which to write test cases. Demonstrates how to write a main ...

18:47
Python Supplemental - Automated Testing with PyUnit - 2

1,983 views

6 years ago

Guillaume Chervet
MLOps Minutes - Episode 14  - Make your code testable by using dependency injection

Object-oriented programming solution: Make your code testable by using dependency injection (part 1/2) Prerequisite knowledge ...

7:50
MLOps Minutes - Episode 14 - Make your code testable by using dependency injection

42 views

1 year ago

ArjanCodes
Dependency Injection Explained in 7 Minutes

Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. In this video, I'll explain why ...

7:11
Dependency Injection Explained in 7 Minutes

101,097 views

1 year ago

PyOhio
Intro to Unit Testing and Continuous Integration [PyOhio 2022]

Talk by Mariatta at PyOhio 2022. Description: Having unit tests and continuous integration (CI) as part of your development are ...

11:13
Intro to Unit Testing and Continuous Integration [PyOhio 2022]

124 views

3 years ago