ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

456 results

Tech With Tim
Please Learn How To Write Tests in Python… • Pytest Tutorial

... today! https://crst.co/TECHWITH-2984FB40 In this video, I'm going to teach you how to write unit tests in Python using a module ...

33:10
Please Learn How To Write Tests in Python… • Pytest Tutorial

150,704 views

10 months ago

TheOpenScienceNerd
How I Use Claude 3.7 to Write Python Unit Tests Faster Than Ever

Are you ready to revolutionize your unit testing workflow? In this video, I share my top 5 lessons learned while using Claude 3.7 to ...

9:08
How I Use Claude 3.7 to Write Python Unit Tests Faster Than Ever

559 views

9 months ago

ArjanCodes
This Is How Marie Kondo Sets up Her Pytest

Learn how to build robust and scalable software architecture: https://arjan.codes/checklist. In this video, I'm going to walk you ...

16:02
This Is How Marie Kondo Sets up Her Pytest

27,471 views

9 months ago

SDET_Tech-IVP(SDET TechInterViewPrep)
Java vs Python for SDET | Which Programming Language is Better for Test Automation Engineer !!

Java vs Python for SDET | Which Programming Language is Better for Test Automation? Are you an aspiring or experienced ...

5:54
Java vs Python for SDET | Which Programming Language is Better for Test Automation Engineer !!

53 views

9 months ago

Tech With Tim
What does '__init__.py' do in Python?

Join my Free Newsletter: https://techwithtim.net/newsletter Get private mentorship from me: https://training.techwithtim.net If ...

12:46
What does '__init__.py' do in Python?

252,525 views

11 months ago

Tech With Tim
Build a Python AI Agent in 10 Minutes

Try Notion for free → https://ntn.so/techwithtim Check out PyCharm, the only Python IDE you need. Built for web, data, and ...

10:32
Build a Python AI Agent in 10 Minutes

71,643 views

2 months ago

Semaphore
Unit Testing Made Easy: Unlock the AAA Pattern

Ready to supercharge your test automation skills? Meet the Arrange-Act-Assert (AAA) pattern—your new best friend for writing ...

7:20
Unit Testing Made Easy: Unlock the AAA Pattern

711 views

11 months ago

GitHub
Test-driven development with GitHub Copilot: A beginner's practical guide

01:11 What is Testing? 02:00 Why Unit Tests Matter 02:42 Creating Unit Tests with GitHub Copilot 04:00 Breaking down ...

9:13
Test-driven development with GitHub Copilot: A beginner's practical guide

30,693 views

7 months ago

Uncommented Skills
Coding is NOT the end! What comes after?

You coded an awesome app, but the work isn't done yet! This video dives into Version Control, Testing, Deployment, Optimization, ...

7:52
Coding is NOT the end! What comes after?

5 views

10 months ago

OpenStack Korea Group
OpenStack I18n Zanata-to-Weblate Migration: Weblate Tools Unit Test Development (CMU Project Demo)

In this demo, Furqan Saeed (CMU) showcases his contributions to the OpenStack Internationalization (I18n) effort to migrate from ...

7:01
OpenStack I18n Zanata-to-Weblate Migration: Weblate Tools Unit Test Development (CMU Project Demo)

85 views

5 months ago

ProgrammingWizards TV
Pytest vs Unittest vs Doctest vs Nose

Comparison of Python Testing frameworks.

5:45
Pytest vs Unittest vs Doctest vs Nose

345 views

11 months ago

Rafael Schwarzenegger
Harder E-Book-Manager in Python with frontend and backend testing

A minimalist web application for managing e-books with a FastAPI backend and a modern, responsive frontend featuring ...

14:16
Harder E-Book-Manager in Python with frontend and backend testing

24 views

6 months ago

CodeRefinery
6.1 Software Testing - CodeRefinery 2025 Mar

Tools covered include concepts of testing for science, unit testing, pytest, continuous integration, and GitHub actions. We make ...

1:54:26
6.1 Software Testing - CodeRefinery 2025 Mar

55 views

9 months ago

IIT Madras - B.S. Degree Programme
Testing

Testing This screencast explains in details how testing of application is done using the Pytest framework which supports complex ...

45:20
Testing

3,622 views

11 months ago

Microsoft Learn
Develop unit tests using GitHub Copilot tools AZ-2007 | Episode 4

Exercises provide practical experience creating unit test projects and running unit tests in Visual Studio Code. Learn more about ...

34:42
Develop unit tests using GitHub Copilot tools AZ-2007 | Episode 4

3,131 views

8 months ago

Robot Framework
RoboCon 2024 - Robot Framework in embedded software testing

Overview Daniel Penning presents a talk on leveraging Robot Framework for testing low-level embedded microcontroller code.

27:49
RoboCon 2024 - Robot Framework in embedded software testing

2,028 views

1 year ago

Python India
Live Coding: Building a Unit Testing Library like Pytest

Live Coding: Building a Unit Testing Library like Pytest by Bhavani Ravi.

27:41
Live Coding: Building a Unit Testing Library like Pytest

121 views

9 months ago

Game Industry Conference
Achieving Stable Test Automation for Unity Mobile Games - Aleksander Czeszyk | Ten Square Games |

Automating Unity mobile game UI tests is challenging due to rapid development and diverse device environments. This talk ...

26:17
Achieving Stable Test Automation for Unity Mobile Games - Aleksander Czeszyk | Ten Square Games |

227 views

5 months ago

CodeRefinery
6.2 Modular Code Development - CodeRefinery 2025 Mar

In this live-coding demo session we take a Python script as starting point which reads data, computes simple statistics, and ...

1:25:25
6.2 Modular Code Development - CodeRefinery 2025 Mar

57 views

9 months ago

Holy_Dev
Trying Go vs Python for Backend Development (Beginner’s Comparison)

Which backend language should you choose : Go or Python? In this real world comparison, I built the same microservice twice ...

17:21
Trying Go vs Python for Backend Development (Beginner’s Comparison)

820 views

5 months ago

Python Morsels
Python 3.14's best new features

This is my version of "What's new in Python 3.14", with a focus on the features that are immediately relevant for most Python ...

5:56
Python 3.14's best new features

7,206 views

3 months ago

Next Increment with Ivett Ördög
This Coding Trick Saved Me So Much Time!

Discover a little-known programming technique to save time when working with legacy systems that lack unit tests. This method ...

8:06
This Coding Trick Saved Me So Much Time!

835 views

2 months ago

Intuidemy
Testing in Python: Pytest Tutorials. Testing for Beginners.

Testing in Python: A Full Course in Arabic, with English Subtitles. اختبار البرمجيات في البايثون The importance of testing in ...

9:44
Testing in Python: Pytest Tutorials. Testing for Beginners.

59 views

10 months ago

Dr. Dror
Mastering PyTest: How to Correctly Mock Functions for Unit Testing

Learn how to correctly mock functions when using PyTest for unit testing. I will demonstrates how to mock functions that may not ...

7:56
Mastering PyTest: How to Correctly Mock Functions for Unit Testing

351 views

10 months ago

Delft Stack
How to Mock Raise Exceptions | Test Error Handling in Python

Ever wondered how to properly test error handling in Python? Whether you're dealing with external APIs, databases, or internal ...

4:50
How to Mock Raise Exceptions | Test Error Handling in Python

60 views

10 months ago