ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

495 results

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

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

233 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

6 views

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

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

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

Eduardo Mendes
O mínimo que você deveria saber sobre testes unitários - #30diasdepython

Nesse vídeo procuro dar uma base sobre testes de unidade/unitários usando Pytest --- O canal é mantido por uma iniciativa de ...

44:35
O mínimo que você deveria saber sobre testes unitários - #30diasdepython

6,711 views

1 year 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,860 views

7 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

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

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

Barry Brown
Python Functions 2: Unit Testing

Learn how to incorporate unit testing into your Python code.

4:36
Python Functions 2: Unit Testing

25,992 views

10 years ago

Jesse Warden
Mocking Dependencies in Unit Tests Using Partials

We use function partials (partially applied applications) to mock our dependencies for our unit tests using Lodash's _.partial ...

9:32
Mocking Dependencies in Unit Tests Using Partials

589 views

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

7 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

Jorge Escobar
Rehaciendo pruebas unitarias para el modelo platform en #python

Día 19. Mock, patch y reemplazar objetos por falsos. En esta sesión procurare progresar en el reemplazo de los objetos psycopg ...

8:29
Rehaciendo pruebas unitarias para el modelo platform en #python

7 views

Streamed 2 years ago

Roel Van de Paar
Software Engineering: Python Unit Tests Mocking Imports - Removing Dependencies for CI/CD

Software Engineering: Python Unit Tests Mocking Imports - Removing Dependencies for CI/CD Helpful? Please support me on ...

1:42
Software Engineering: Python Unit Tests Mocking Imports - Removing Dependencies for CI/CD

3 views

3 years ago

EuroPython Conference
Dance with shadows: stubs, patch and mock - presented by María Andrea Vignau

EuroPython 2022 - Dance with shadows: stubs, patch and mock - presented by María Andrea Vignau [Liffey Hall 2 on 2022-07-13] ...

32:15
Dance with shadows: stubs, patch and mock - presented by María Andrea Vignau

421 views

3 years ago