Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
167 results
Your test suite takes 16 minutes. With one flag it takes 4. In this episode you'll set up pytest-xdist for parallel execution and learn ...
3 views
3 days ago
12 views
2 weeks ago
Stop relying on 'vibes-based' testing for your production LLM systems. In this practical guide, we deep dive into writing ...
1 view
9 days ago
Learn Playwright testing with Python to automate your web login scenarios. See step-by-step how to handle valid and invalid user ...
81 views
1 day ago
today I walk through why I avoid these two fixture-based monkeypatching helpers when working with pytest! playlist: ...
4,982 views
Your tests only run on your machine. In this episode you'll build a complete GitHub Actions workflow that runs pytest automatically ...
Your tests hit real APIs and break when the server is down. In this episode you'll intercept HTTP calls with the responses library ...
2 days ago
10 days ago
Learn to test Python code like a pro. From unittest and asserts to pytest, fixtures, parametrization, and code coverage ...
18 views
We'll transition from synchronous testing to async Python testing by configuring pytest and the pytest-asyncio plugin for our Quart ...
21 views
Python Project Structure - Two Ways to Configure the directories and pyproject.toml. I focus on option 1 as it's often the most ...
152 views
3 weeks ago
Writing 20 identical test functions to cover 20 login scenarios is a maintenance disaster. pytest.mark.parametrize lets you write one ...
Once your feature file is written, this video shows you how to turn it into a working Python test using pytest decorators and ...
6 views
Join this channel to get access to perks: https://www.youtube.com/channel/UCfZQ29wQNgBYX39w-D45dqg/join Selenium ...
15 views
A 5-minute walkthrough of BookTracker CLI — a command-line personal reading list manager built as a Python Module 8 ...
16 views
Tests passed but prod hung — sync TestClient hid an unawaited coroutine. Root cause: Sync test client never exercised the async ...
0 views
13 days ago
11 views
12 days ago
In this episode you learn Python Classes and Constructors — the foundation of every professional QA automation framework.
13 views
Running existing Python automation code builds the command-line confidence you need before writing tests, debugging projects, ...
52 views
Router. Pydantic model. Service call. Exception handling. Pytest. That's the tax on every FastAPI endpoint before you've written a ...
33 views
11 days ago