ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

325 results

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

228 views

8mo ago

PyCon Greece
Georgios Kalaitzis: To mock or not to mock? Choosing a mocking strategy for your unit tests

Whether you're testing micro-services, APIs, or just trying to write more trustworthy unit tests, this talk will help you choose the right ...

16:32
Georgios Kalaitzis: To mock or not to mock? Choosing a mocking strategy for your unit tests

36 views

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

296 views

8mo ago

EuroPython Conference
End to End with Testcontainers and Playwright — Vemund Mehl Santi

EuroPython 2025 — Terrace 2A on 2025-07-17] *End to End with Testcontainers and Playwright by Vemund Mehl Santi* ...

30:23
End to End with Testcontainers and Playwright — Vemund Mehl Santi

914 views

8mo ago

The Debug Zone
How do you properly integrate unit tests for file parsing with pytest?

Today's Topic: How do you properly integrate unit tests for file parsing with pytest? Thanks for taking the time to learn more.

2:02
How do you properly integrate unit tests for file parsing with pytest?

0 views

3mo ago

PyCon Greece
Konstantinos Papadopoulos: Turbocharge your Python test suite today! 🚀

PyCon Greece 2025 - Athens, 29-30 August == About this talk == As our Python codebases grow larger, so do our test suites tend ...

21:56
Konstantinos Papadopoulos: Turbocharge your Python test suite today! 🚀

57 views

3mo ago

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

... To cite Samuel Colvin, creator and founder of Pydantic, “inline-snapshots is transformative to how we write unit tests in Python!

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

458 views

8mo ago

The Debug Zone
Python unit testing Class properties

Today's Topic: Python unit testing Class properties Thanks for taking the time to learn more. In this video I'll go through your ...

1:46
Python unit testing Class properties

0 views

5mo ago

The Debug Zone
Python: Unit Test to check if objects are same at different location?

Today's Topic: Python: Unit Test to check if objects are same at different location? Thanks for taking the time to learn more.

1:57
Python: Unit Test to check if objects are same at different location?

1 view

3mo ago

The Debug Zone
How to Implement TestNG Features in Python Selenium for Multiple Unit Tests

In this video, we dive into the powerful combination of TestNG features and Python Selenium to enhance your unit testing ...

2:41
How to Implement TestNG Features in Python Selenium for Multiple Unit Tests

0 views

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

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

12 views

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

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

9mo ago

The Debug Zone
How to Parametrize and Run a Single Test in Pytest: A Step-by-Step Guide

In this video, we'll dive into the world of testing with Pytest, one of the most popular testing frameworks in Python. Whether you're a ...

1:42
How to Parametrize and Run a Single Test in Pytest: A Step-by-Step Guide

4 views

11mo ago

EuroPython Conference
Fixtures meets parameters: Writing efficient, elegant and reusable tests — Anupama Tiruvaipati

While core business logic often needs thoughtful redesign, our focus here is on tests, particularly unit tests. Pytest parametrize can ...

23:50
Fixtures meets parameters: Writing efficient, elegant and reusable tests — Anupama Tiruvaipati

201 views

8mo ago

Missing Semester
Lecture 9: Code Quality

You can find the lecture notes and exercises for this lecture at https://missing.csail.mit.edu/2026/code-quality/ 0:00:00 ...

1:15:14
Lecture 9: Code Quality

8,536 views

4mo ago

Peter Schneider
Softwareengineering: Is it possible/advisable to combine unit testing and integration testing?

Is it possible/advisable to combine unit testing and integration testing? I hope you found a solution that worked for you :) The ...

3:07
Softwareengineering: Is it possible/advisable to combine unit testing and integration testing?

1 view

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

211 views

8mo ago

The Debug Zone
How to Count Subtests Separately in Python Unittests for Better Reporting

In this video, we delve into the intricacies of Python unittests and explore how to count subtests separately for enhanced reporting.

1:57
How to Count Subtests Separately in Python Unittests for Better Reporting

0 views

11mo ago