ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

519 results

Programming threads
How to easily mock private class field names in Python using patch.object

Unit testing in Python has never been so easy when using patch.object. If you find yourself in a situation where you need to mock ...

0:59
How to easily mock private class field names in Python using patch.object

227 views

1 year ago

PyCon Israel
Unit testing in the real world with mock - Chen Rotem Levy - Pycon Israel 2017

This talk was presented on Pycon Israel 2017. http://il.pycon.org/2017/ https://twitter.com/pyconil ...

28:57
Unit testing in the real world with mock - Chen Rotem Levy - Pycon Israel 2017

1,616 views

8 years ago

Python Peak
What’s the trick with unittest.mock.patch.object for testing? #uncover the #magic of

What's the trick with unittest.mock.patch.object for testing? Using patch.object allows you to mock methods or attributes.

0:28
What’s the trick with unittest.mock.patch.object for testing? #uncover the #magic of

58 views

1 year ago

The Debug Zone
How to Mock os.listdir in Python for Effective Unit Testing

In this video, we delve into the importance of unit testing in Python and how mocking can enhance your testing strategies.

1:34
How to Mock os.listdir in Python for Effective Unit Testing

5 views

8 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

EuroPython Conference
Maciej Polańczyk - Mock it right! A beginner’s guide to world of tests and mocks.

"Mock it right! A beginner's guide to world of tests and mocks. [EuroPython 2017 - Talk - 2017-07-10 - Arengo] [Rimini, Italy] The ...

28:18
Maciej Polańczyk - Mock it right! A beginner’s guide to world of tests and mocks.

1,091 views

8 years ago

BelPy
Unit Testing in python by Rohit Sanjay

Intro to unit testing Why unit test? Python's unittest library pytest All features of pytest explained, hands on Exercises on testing ...

23:17
Unit Testing in python by Rohit Sanjay

39 views

4 years ago

The Debug Zone
How to Mock Method Calls in Python: A Step-by-Step Guide for Beginners

In this video, we'll explore the essential concept of mocking in Python, a powerful technique that allows developers to simulate the ...

3:03
How to Mock Method Calls in Python: A Step-by-Step Guide for Beginners

11 views

1 year ago

caldarinexus
Unit Testing with Python

Demo of Python's unittest library. Unit tests are a great way to reduce defects in newly developed features and mitigate bugs when ...

44:39
Unit Testing with Python

371 views

5 years ago

BelPy
Unit Testing in Python |  Rohit Sanjay

Hi welcome everyone my name is rohit sanjay and i'll be speaking about unit testing in python yep so that's me and i'm a final year ...

23:17
Unit Testing in Python | Rohit Sanjay

7 views

3 years ago

The Debug Zone
How to Mock Singleton Class Functions in Python 3 Unit Testing

In this video, we delve into the intricacies of unit testing in Python 3, focusing specifically on how to effectively mock singleton ...

1:37
How to Mock Singleton Class Functions in Python 3 Unit Testing

8 views

7 months ago

linuxfestnorthwest
LinuxFest Northwest 2024: Unit testing in Python

Bri Hatch Dropzone AI Founding Engineer Unit tests are (IMO) one of the most important parts of any project. When learning ...

49:17
LinuxFest Northwest 2024: Unit testing in Python

147 views

1 year ago

EuroPython Conference
Andrew Burrows - Testing the untestable: a beginner’s guide to mock objects

Andrew Burrows - Testing the untestable: a beginner's guide to mock objects [EuroPython 2016] [22 July 2016] [Bilbao, Euskadi, ...

25:00
Andrew Burrows - Testing the untestable: a beginner’s guide to mock objects

2,108 views

9 years ago

PyCon SG
Improve your testing with Pytest and Mock - PyCon SG 2015

Speaker: Gabe Hollombe Testing code with Pytest is an absolute pleasure. Less boilerplate makes your test more concise and its ...

44:22
Improve your testing with Pytest and Mock - PyCon SG 2015

22,803 views

10 years ago

The Debug Zone
How to Mock Property Calls Returning MagicMock in Python Testing

In this video, we dive into the world of Python testing, focusing on the powerful capabilities of the `unittest.mock` library.

4:21
How to Mock Property Calls Returning MagicMock in Python Testing

26 views

8 months ago

The Debug Zone
How to Mock Imported Dictionaries in Python for Testing Purposes

In this video, we dive into the world of testing in Python, focusing specifically on how to effectively mock imported dictionaries.

1:31
How to Mock Imported Dictionaries in Python for Testing Purposes

2 views

6 months ago

Cisco DevNet
#5 Testing Part 2: tox, nose, pytest (The Developer Landscape Series)

In this episode, I walk through python testing using tox, nose, pytest and pytest fixtures, unittest mocks, an indispensable tool for ...

11:15
#5 Testing Part 2: tox, nose, pytest (The Developer Landscape Series)

5,330 views

7 years ago

Roel Van de Paar
Python unittest.mock.patch.object context manager

Python unittest.mock.patch.object context manager Helpful? Please support me on Patreon: ...

2:31
Python unittest.mock.patch.object context manager

73 views

3 years ago

The Debug Zone
How to Properly Mock Celery Tasks in Python for Effective Testing

In this video, we dive into the world of testing in Python, focusing specifically on how to effectively mock Celery tasks.

1:31
How to Properly Mock Celery Tasks in Python for Effective Testing

0 views

11 days ago

The Debug Zone
Python Mocking: How to Wrap Methods Without Instantiating Objects

In this video, we delve into the powerful world of Python mocking, a crucial technique for testing and development. Learn how to ...

4:01
Python Mocking: How to Wrap Methods Without Instantiating Objects

12 views

6 months ago