ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

232 results

EuroPython Conference
Snapshot Testing: A New Era of Reliability — Matthieu Rigal

EuroPython 2025 — Terrace 2A on 2025-07-17] *Snapshot Testing: A New Era of Reliability by Matthieu Rigal* ...

30:11
Snapshot Testing: A New Era of Reliability — Matthieu Rigal

259 views

2 months ago

EuroPython Conference
Testing the Tests - Assess and Improve Your Python Testing Code — Stefan Bärisch

EuroPython 2025 — Terrace 2A on 2025-07-17] *Testing the Tests - Assess and Improve Your Python Testing Code by Stefan ...

30:47
Testing the Tests - Assess and Improve Your Python Testing Code — Stefan Bärisch

175 views

2 months 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
Turbocharge your Python test suite today! 🚀 — Konstantinos Papadopoulos

EuroPython 2025 — Terrace 2A on 2025-07-17] *Turbocharge your Python test suite today! by Konstantinos Papadopoulos* ...

18:41
Turbocharge your Python test suite today! 🚀 — Konstantinos Papadopoulos

242 views

2 months ago

The Debug Zone
How to Use Python Test Fixtures to Run a Single Test Effectively

In this video, we delve into the world of Python testing, focusing specifically on the powerful concept of test fixtures. You'll learn ...

1:37
How to Use Python Test Fixtures to Run a Single Test Effectively

2 views

3 months ago

The Debug Zone
Fixing Python Nose2 Tests That Hang When Calling Class Methods

In this video, we tackle a common issue faced by developers when using Nose2 for testing in Python: tests that hang when calling ...

4:35
Fixing Python Nose2 Tests That Hang When Calling Class Methods

4 views

3 months ago

The Debug Zone
How to Run All Tests from Subdirectories in Python: A Complete Guide

In this comprehensive guide, we'll explore how to efficiently run all your Python tests located in subdirectories. Whether you're ...

3:09
How to Run All Tests from Subdirectories in Python: A Complete Guide

11 views

7 months ago

The Debug Zone
How to Use CliRunner for Effective Testing of Python Scripts

In this video, we delve into the powerful tool CliRunner, a part of the popular testing framework pytest, designed to streamline the ...

2:59
How to Use CliRunner for Effective Testing of Python Scripts

4 views

3 months ago

The Debug Zone
How to Write Effective Python Unit Tests for Apache Airflow DAGs

In this video, we delve into the essential practice of writing effective unit tests for Apache Airflow Directed Acyclic Graphs (DAGs).

1:32
How to Write Effective Python Unit Tests for Apache Airflow DAGs

6 views

2 months ago

The Debug Zone
How to Write Effective gRPC Python Unit Tests: A Step-by-Step Guide

In this video, we dive into the world of gRPC and Python unit testing, providing you with a comprehensive step-by-step guide to ...

2:44
How to Write Effective gRPC Python Unit Tests: A Step-by-Step Guide

7 views

7 months ago

EuroPython Conference
Good Practices for Testing Web User Interfaces — Jan Jašek, Ashish Gupta

The difference between unit tests and integration tests. 2. Using API calls to perform test setup and verification. 3. Limiting the ...

18:35
Good Practices for Testing Web User Interfaces — Jan Jašek, Ashish Gupta

159 views

2 months ago

Jacob Itegboje
Python for Beginners: What is True or False?

I'm tackling a problem that has tripped up every Python developer at some point: your if statements are lying to you. Welcome to ...

19:40
Python for Beginners: What is True or False?

40 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

7 months ago

The Debug Zone
Fixing ImportError in Python Unittest: Start Directory Not Importable

In this video, we tackle a common issue faced by Python developers when running unit tests: the dreaded "ImportError: Start ...

2:45
Fixing ImportError in Python Unittest: Start Directory Not Importable

0 views

2 weeks ago

Jacob Itegboje
Python for Beginners: What is a Property?

Are you struggling with the AttributeError in your Python projects? In this video, I'll walk you through how to not only fix this ...

18:03
Python for Beginners: What is a Property?

45 views

10 months ago

Jacob Itegboje
Python for Beginners: Is it True or False?

Have you ever been stuck trying to debug a stubborn AssertionError in your Python projects? It's a common frustration that can ...

20:50
Python for Beginners: Is it True or False?

33 views

11 months ago

Jacob Itegboje
Python for Beginners: What Truth Table? (tests only)

If you've been following the truth table series, you know I've been tackling logical operations one by one. In this final video, I'm ...

33:21
Python for Beginners: What Truth Table? (tests only)

43 views

6 months ago

The Debug Zone
Understanding self.assertIn vs assert in Selenium Python Unittest Framework

In this video, we delve into the nuances of using `self.assertIn` and the `assert` statement within the Selenium Python Unittest ...

4:07
Understanding self.assertIn vs assert in Selenium Python Unittest Framework

4 views

11 months ago

The Debug Zone
Fixing ValueError: Truth Value of DataFrame is Ambiguous in Python Unit Tests

In this video, we dive into a common issue faced by Python developers when writing unit tests: the infamous "ValueError: Truth ...

2:28
Fixing ValueError: Truth Value of DataFrame is Ambiguous in Python Unit Tests

2 views

7 months ago

Alex Demko
Best Testing Tools in 2025 for Python, PHP, JS & Java 💥 | PyTest, PHPUnit, Jest, Selenium & More

Not sure which testing tool to use in your project? In this video, I break down the best automated testing tools for the most ...

15:09
Best Testing Tools in 2025 for Python, PHP, JS & Java 💥 | PyTest, PHPUnit, Jest, Selenium & More

94 views

6 months ago