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
371 results
In this tutorial, you'll learn how to build your very own LLM benchmark harness using Python and pytest, allowing you to effectively ...
54 views
4w ago
Practice 12 pytest interview scenarios by naming the risk, choosing an approach, explaining the tradeoff and describing the proof.
1 view
4d ago
Learn pytest mocking with strict autospec, spec_set and a small recording fake. Keep alert logic real while controlling a ...
3 views
3w ago
Learn pytest fixtures step by step. A fixture gets something ready for a test and can clean up after the test. This beginner-friendly ...
15 views
Pytest Tutorial — Build a Maintainable Test Suite teaches pytest tutorial for beginners in plain English. It is made for complete ...
7d ago
Fix a test that inherits dirty device state from the previous test. Use a session fixture for one shared connection and a function ...
5 views
9d ago
Build a pytest plugin in plain English. This lesson creates one small plugin that writes safe JSON test evidence without hiding the ...
0 views
5d ago
Run pytest in CI without hiding failed or empty test runs. This plain-English lesson builds one small, vendor-neutral quality gate ...
How do you know your AI application actually works? In this video, we dive into Pytest and learn how to build reliable tests for ...
52 views
Build reliable pytest test lanes with registered markers and strict collection. Select smoke, regression and simulated-hardware ...
This bug would have shipped to production — silently. The complete pytest guide: what it does, when to write tests, all 13 core ...
74 views
2d ago
Pytest Interview Questions & Answers | Python Automation Testing** Preparing for a **Pytest or Python Automation Testing ...
38 views
Pytest Markers — Design Reliable Test Lanes teaches pytest markers in plain English. It is made for complete beginners who ...
Compare pytest fixture scope with a simulated device. Observe setup and teardown counts for function, module and session ...
7 views
Testing with pytest — lesson 64 of Python: Beginner to Production, with clear explanations and practical examples. Read this ...
6 views
Build a maintainable pytest suite around a password-reset rule. Learn test collection, clear assertions, case selection and failure ...
Run pytest-xdist with two real workers and reproduce a shared-resource collision. Compare worker-owned resources with ...
Build an immutable 1024-record fixture once per session while giving each test its own mutable list. Compare function and ...
10d ago
Build a pytest relevance gate that uses paired bootstrap NDCG@10 deltas to block releases with real ranking regressions.
11 views
Show more