ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

371 results

Techhorizoncity
Build Your Own LLM Benchmark Harness with Python and pytest

In this tutorial, you'll learn how to build your very own LLM benchmark harness using Python and pytest, allowing you to effectively ...

10:39
Build Your Own LLM Benchmark Harness with Python and pytest

54 views

4w ago

Test Systems
pytest Interview Questions: Explain the Risk and Prove Your Answer

Practice 12 pytest interview scenarios by naming the risk, choosing an approach, explaining the tradeoff and describing the proof.

4:15
pytest Interview Questions: Explain the Risk and Prove Your Answer

1 view

4d ago

Test Systems
Pytest Mocking — What to Fake and What Not to Fake

Learn pytest mocking with strict autospec, spec_set and a small recording fake. Keep alert logic real while controlling a ...

4:04
Pytest Mocking — What to Fake and What Not to Fake

3 views

3w ago

Test Systems
Pytest Fixtures Explained — Build a Real Test Automation Setup

Learn pytest fixtures step by step. A fixture gets something ready for a test and can clean up after the test. This beginner-friendly ...

5:56
Pytest Fixtures Explained — Build a Real Test Automation Setup

15 views

3w ago

Test Systems
Build a pytest Project: Six Checks and One Useful Failure

Pytest Tutorial — Build a Maintainable Test Suite teaches pytest tutorial for beginners in plain English. It is made for complete ...

4:52
Build a pytest Project: Six Checks and One Useful Failure

3 views

7d ago

Test Systems
Pytest Fixtures: Stop One Test from Breaking the Next

Fix a test that inherits dirty device state from the previous test. Use a session fixture for one shared connection and a function ...

6:26
Pytest Fixtures: Stop One Test from Breaking the Next

5 views

9d ago

Test Systems
Build a pytest Plugin That Saves Useful Test Results

Build a pytest plugin in plain English. This lesson creates one small plugin that writes safe JSON test evidence without hiding the ...

4:30
Build a pytest Plugin That Saves Useful Test Results

0 views

5d ago

Test Systems
pytest in CI: Fail the Build When No Tests Run

Run pytest in CI without hiding failed or empty test runs. This plain-English lesson builds one small, vendor-neutral quality gate ...

4:30
pytest in CI: Fail the Build When No Tests Run

0 views

4d ago

Rohan Builds AI
Testing AI with Pytest 🚀 | Master Python Testing for AI & LLM Applications

How do you know your AI application actually works? In this video, we dive into Pytest and learn how to build reliable tests for ...

8:58
Testing AI with Pytest 🚀 | Master Python Testing for AI & LLM Applications

52 views

4w ago

Test Systems
Pytest Markers — Design Reliable Test Lanes

Build reliable pytest test lanes with registered markers and strict collection. Select smoke, regression and simulated-hardware ...

4:10
Pytest Markers — Design Reliable Test Lanes

1 view

3w ago

Omar Kweidy
This Bug Would Have Shipped: The Complete pytest Guide in Python #python #pythonprogramming

This bug would have shipped to production — silently. The complete pytest guide: what it does, when to write tests, all 13 core ...

4:21
This Bug Would Have Shipped: The Complete pytest Guide in Python #python #pythonprogramming

74 views

2d ago

Randjo💥
Pytest Interview Questions & Answers | 22 Must-Know Questions for Python Automation Testing #pytest

Pytest Interview Questions & Answers | Python Automation Testing** Preparing for a **Pytest or Python Automation Testing ...

16:44
Pytest Interview Questions & Answers | 22 Must-Know Questions for Python Automation Testing #pytest

38 views

4d ago

Test Systems
pytest Markers: Run the Right Tests and Catch Typos

Pytest Markers — Design Reliable Test Lanes teaches pytest markers in plain English. It is made for complete beginners who ...

4:43
pytest Markers: Run the Right Tests and Catch Typos

1 view

5d ago

Test Systems
Pytest Fixture Scope Explained with Real Costs

Compare pytest fixture scope with a simulated device. Observe setup and teardown counts for function, module and session ...

4:14
Pytest Fixture Scope Explained with Real Costs

7 views

3w ago

Hexcursion Studio
pytest Tutorial for Beginners — Your First Python Tests | Python 64/94

Testing with pytest — lesson 64 of Python: Beginner to Production, with clear explanations and practical examples. Read this ...

11:07
pytest Tutorial for Beginners — Your First Python Tests | Python 64/94

6 views

7d ago

Test Systems
Pytest Tutorial — Build a Maintainable Test Suite

Build a maintainable pytest suite around a password-reset rule. Learn test collection, clear assertions, case selection and failure ...

4:22
Pytest Tutorial — Build a Maintainable Test Suite

5 views

3w ago

Test Systems
Pytest Parallel Testing — Avoid These Shared-Resource Bugs

Run pytest-xdist with two real workers and reproduce a shared-resource collision. Compare worker-owned resources with ...

4:04
Pytest Parallel Testing — Avoid These Shared-Resource Bugs

3 views

3w ago

Test Systems
Speed Up pytest Fixtures Without Hiding Test Failures

Build an immutable 1024-record fixture once per session while giving each test its own mutable list. Compare function and ...

4:10
Speed Up pytest Fixtures Without Hiding Test Failures

1 view

10d ago

Professor Py: Information Retrieval with Python
Search Relevance Regression Tests in Python: Catch NDCG Drops with pytest

Build a pytest relevance gate that uses paired bootstrap NDCG@10 deltas to block releases with real ranking regressions.

7:43
Search Relevance Regression Tests in Python: Catch NDCG Drops with pytest

11 views

3w ago

Test Systems
Build a Pytest Plugin for Better Test Evidence

Build a pytest plugin in plain English. This lesson creates one small plugin that writes safe JSON test evidence without hiding the ...

4:02
Build a Pytest Plugin for Better Test Evidence

7 views

3w ago

Show more