ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,521 results

Python New Zealand
Using Python to Test

Kieran Brownlees https://kiwi.pycon.org/schedule/presentation/94/ This talk has very little to do with what most people associate ...

26:33
Using Python to Test

3,496 views

10 years ago

linuxfestnorthwest
LinuxFest Northwest 2024: Unit testing in Python

Bri Hatch Dropzone AI Founding Engineer Unit tests are (IMO) one of the most important parts of any project. When learning ...

49:17
LinuxFest Northwest 2024: Unit testing in Python

147 views

1 year ago

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

175 views

1 month ago

caldarinexus
Unit Testing with Python

Demo of Python's unittest library. Unit tests are a great way to reduce defects in newly developed features and mitigate bugs when ...

44:39
Unit Testing with Python

371 views

5 years ago

PyCon South Africa
Experiments with test setup

Iwan Vosloo https://2016.za.pycon.org/talks/26/ Ever since test driven development took hold, people have been experimenting ...

35:27
Experiments with test setup

152 views

9 years ago

PyCon Israel
Unit tests and TDD does NOT have to be boring - Daniel (Yona) Simons - Pycon Israel 2017

This talk was presented on Pycon Israel 2017. http://il.pycon.org/2017/ https://twitter.com/pyconil ...

25:37
Unit tests and TDD does NOT have to be boring - Daniel (Yona) Simons - Pycon Israel 2017

676 views

8 years ago

PyCon Israel
Unit testing in the real world with mock - Chen Rotem Levy - Pycon Israel 2017

This talk was presented on Pycon Israel 2017. http://il.pycon.org/2017/ https://twitter.com/pyconil ...

28:57
Unit testing in the real world with mock - Chen Rotem Levy - Pycon Israel 2017

1,616 views

8 years ago

EuroPython Conference
Alexander Steffen - Writing unit tests for C code in Python

Alexander Steffen - Writing unit tests for C code in Python [EuroPython 2016] [21 July 2016] [Bilbao, Euskadi, Spain] ...

26:12
Alexander Steffen - Writing unit tests for C code in Python

17,756 views

9 years ago

EuroPython Conference
The Power of Spec-Based Testing:Adding Functional Requirements to Unit Test — Anupama Tiruvaipati

EuroPython 2023 — Terrace 2B on 2023-07-19] ...

25:50
The Power of Spec-Based Testing:Adding Functional Requirements to Unit Test — Anupama Tiruvaipati

280 views

2 years ago

LinuxConfAu 2018 - Sydney, Australia
You Can't Unit Test C, Right?

Benno Rice http://lca2018.linux.org.au/schedule/presentation/114/ Testing is a wonderful thing. Code with good tests is so much ...

23:09
You Can't Unit Test C, Right?

57,084 views

7 years ago

Michael Barton
Building robust software in Python using unit tests

In this video I'm going to illustrate doing unit testing in Python I'm going to do some Python because it's one of the most popular ...

24:53
Building robust software in Python using unit tests

10,798 views

11 years ago

Eduardo Mendes
O mínimo que você deveria saber sobre testes unitários - #30diasdepython

Nesse vídeo procuro dar uma base sobre testes de unidade/unitários usando Pytest --- O canal é mantido por uma iniciativa de ...

44:35
O mínimo que você deveria saber sobre testes unitários - #30diasdepython

6,514 views

1 year ago

EuroPython Conference
Christoph Heer - How SAP is using Python to test its database SAP HANA

"How SAP is using Python to test its database SAP HANA [EuroPython 2017 - Talk - 2017-07-11 - PyCharm Room] [Rimini, Italy] ...

29:35
Christoph Heer - How SAP is using Python to test its database SAP HANA

3,778 views

8 years ago

PyCon South Africa
Introduction to Test Driven Development with Python

Humphrey Butau https://2016.za.pycon.org/talks/21/ Test driven development is a method of programming that has been talked ...

1:39:46
Introduction to Test Driven Development with Python

1,870 views

9 years ago

AI + Open Source Dev with Brylie
e12: using ChatGPT to write Python/Django unit tests

Improving the test coverage of our open-source website with ChatGPT.

2:49:24
e12: using ChatGPT to write Python/Django unit tests

86 views

Streamed 2 years ago

Fabio Pacifici
🐍 Python3 Crash Course  2020 | Testing in Python #16 (Final Episode)

Python 3 Crash Course e-Book: https://ebooks.fabiopacifici.com/python/ Learn Anything | Free Trial referral link: ...

1:00:29
🐍 Python3 Crash Course 2020 | Testing in Python #16 (Final Episode)

161 views

5 years ago

Jacob Itegboje
Python for Beginners: How can I write tests?

I use the unittest framework to build a simple calculator from scratch, following the Red, Green, Refactor workflow. I show tests ...

34:40
Python for Beginners: How can I write tests?

68 views

1 year ago

Swiss Python Summit
Florian Bruhin – Pytest: Rapid Simple Testing – SPS16

"Pytest is a Python testing tool which eliminates boilerplate and makes testing Python code more easy and fun. In this talk, I'll give ...

21:26
Florian Bruhin – Pytest: Rapid Simple Testing – SPS16

6,407 views

9 years ago

PyCon Israel
PyVCR - Or how we cut our testing time from 5mins to 5s -  Nir Krakowski - PyCon Israel 2018

A few months ago we decided to upgrade our CI to include integration tests beyond the usual unit tests for our DNA synthesis and ...

22:00
PyVCR - Or how we cut our testing time from 5mins to 5s - Nir Krakowski - PyCon Israel 2018

1,734 views

7 years ago

BelPy
Unit Testing in python by Rohit Sanjay

Intro to unit testing Why unit test? Python's unittest library pytest All features of pytest explained, hands on Exercises on testing ...

23:17
Unit Testing in python by Rohit Sanjay

39 views

4 years ago

AI + Open Source Dev with Brylie
e13: using ChatGPT to write Python/Django unit tests

Improving the test coverage of our open-source website with ChatGPT.

1:44:04
e13: using ChatGPT to write Python/Django unit tests

103 views

Streamed 2 years ago

EuroPython Conference
Mutation Testing in Python with Cosmic Ray — Austin Bingham

EuroPython 2024 — South Hall 2A on 2024-07-11] Mutation Testing in Python with Cosmic Ray by Austin Bingham ...

40:46
Mutation Testing in Python with Cosmic Ray — Austin Bingham

224 views

1 year ago

LinuxConfAu 2018 - Sydney, Australia
Modernising firmware testing on POWER with Python and pre-release everything

Stewart Smith http://lca2018.linux.org.au/schedule/presentation/87/ Some people have the odd expectation that they will be able ...

45:18
Modernising firmware testing on POWER with Python and pre-release everything

1,245 views

7 years ago

PyCon South Africa
Testing in the wild

Heather Williams https://2018.za.pycon.org/talks/47-testing-in-the-wild/ ‹strong›Introduction‹/strong› This talk is aimed at anyone ...

26:47
Testing in the wild

106 views

7 years ago

BelPy
Unit Testing in Python |  Rohit Sanjay

Hi welcome everyone my name is rohit sanjay and i'll be speaking about unit testing in python yep so that's me and i'm a final year ...

23:17
Unit Testing in Python | Rohit Sanjay

7 views

3 years ago