ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

531 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

230 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

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

Otavio Santana
Why should I use Mock on my software tests?

shorts Why should I use Mock on my software tests? You can save time when you use mock on your software tests. You can focus ...

0:37
Why should I use Mock on my software tests?

310 views

2 years ago

Yerba
Better unit tests in NestJS with useMocker

Instead of mocking each provider when writing unit tests, NestJS allows you to pass a useMocker factory function that simplifies ...

0:48
Better unit tests in NestJS with useMocker

2,627 views

2 years 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

6 views

9 months 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

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 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

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

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

EuroPython Conference
Mario Corchero - Mocks, dummies, stubs & spies

Mocks, fakes, dummies, stubs and spies: Successfully isolating the snake [EuroPython 2018 - Talk - 2018-07-26 - Kilsyth] ...

25:26
Mario Corchero - Mocks, dummies, stubs & spies

1,857 views

7 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,806 views

10 years ago

EuroPython Conference
Helen Sherwood-Taylor - Managing Mocks

Helen Sherwood-Taylor - Managing Mocks [EuroPython 2016] [21 July 2016] [Bilbao, Euskadi, Spain] ...

25:18
Helen Sherwood-Taylor - Managing Mocks

281 views

9 years ago

Montreal-Python
Module of the Month: mock #MP35

by Rory Geoghegan.

5:57
Module of the Month: mock #MP35

205 views

12 years 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

caldarinexus
Test Doubles with Python

Demo of basic test doubles with Python's unittest.mock object. Mocks are the stunt actors of your code and help you write focused ...

44:48
Test Doubles with Python

317 views

5 years 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

Confreaks
DjangoCon US 2015 - Intro to Mocking: Why Unit Testing Doesn't Have To Be So Hard by Daniel Davis

Intro to Mocking: Why Unit Testing Doesn't Have To Be So Hard by Daniel Davis Many developers want to write better code, but ...

38:34
DjangoCon US 2015 - Intro to Mocking: Why Unit Testing Doesn't Have To Be So Hard by Daniel Davis

1,342 views

10 years ago

The Debug Zone
How to Use Python Mock to Wrap Instance Methods Effectively

In this video, we delve into the powerful world of Python mocking, specifically focusing on how to effectively wrap instance ...

2:58
How to Use Python Mock to Wrap Instance Methods Effectively

21 views

7 months ago