ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

462 results

Jacob Itegboje
Pumping Python for Beginners: What is an Assertion?

Have you ever been stuck trying to debug a stubborn AssertionError in your Python projects? It's a common frustration that can ...

20:50
Pumping Python for Beginners: What is an Assertion?

33 views

1 year ago

PyCon Israel
PyTest - Gabor Szabo - Pycon Israel 2017

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

27:09
PyTest - Gabor Szabo - Pycon Israel 2017

1,210 views

8 years ago

Next Day Video
Testing from the Ground Up

Aly Sivji https://www.pytexas.org/2019/talk/U2Vzc2lvbk5vZGU6MTEw Tests ensure our program works as intended and that ...

27:23
Testing from the Ground Up

1,165 views

6 years ago

EuroPython Conference
Fabian Kreutz - TDD - the why, the how and the when not

Fabian Kreutz - TDD - the why, the how and the when not [EuroPython 2015] [23 July 2015] [Bilbao, Euskadi, Spain] TDD is great, ...

37:07
Fabian Kreutz - TDD - the why, the how and the when not

245 views

10 years ago

EuroPython Conference
Test your data like you test your code — Theodore Meynard

EuroPython 2023 — South Hall 2B on 2023-07-21] https://ep2023.europython.eu/session/test-your-data-like-you-test-your-code I ...

38:00
Test your data like you test your code — Theodore Meynard

354 views

2 years ago

SANTOSH CHOUDHARY
Python Tutorial for Beginners | Local , Global , Globals , Assert and Magic Keyword in Python

Python Tutorial to learn Python programming with examples This video contain : 1. Scope of Variable 2. Local and Global scope 3.

24:59
Python Tutorial for Beginners | Local , Global , Globals , Assert and Magic Keyword in Python

72 views

5 years ago

FOSDEM
Test your code in Python

Votre problème et c'est à nous de faire ça sert tout il fait battu will not known result of the other assertion so you should try to write ...

53:13
Test your code in Python

545 views

7 years ago

Jacob Itegboje
Python for Beginners: test duration with hours

a program that calculates the difference between a given wake and sleep time watch this first https://youtu.be/CLC1YAHHbjU part ...

27:05
Python for Beginners: test duration with hours

119 views

1 year ago

Metaist
What it takes: Publishing a python package (ezq)

All the little things it takes to publish a python package. Links: https://github.com/metaist/ezq https://metaist.github.io/ezq/ ...

57:49
What it takes: Publishing a python package (ezq)

44 views

4 years ago

Next Day Video
Why Good Developers Write Bad Tests

Michael Lynch https://www.pytexas.org/2019/talk/U2Vzc2lvbk5vZGU6MTAz Many skilled developers write beautiful code but ...

30:09
Why Good Developers Write Bad Tests

4,119 views

6 years ago

jGeek
Learn Pytest: The Complete Guide for Beginners

This course will teach you everything you need to know to get started with Pytest, the most popular Python testing framework.

3:18:00
Learn Pytest: The Complete Guide for Beginners

251 views

2 years ago

PyCon SG
Improve your testing with Pytest and Mock - PyCon SG 2015

Speaker: Gabe Hollombe Testing code with Pytest is an absolute pleasure. Less boilerplate makes your test more concise and its ...

44:22
Improve your testing with Pytest and Mock - PyCon SG 2015

22,823 views

10 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,620 views

8 years 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

380 views

5 years ago

PyCon Israel
Hypothesis: Simpler Powerful Test Cases - Eli Gur - Pycon Israel 2017

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

27:13
Hypothesis: Simpler Powerful Test Cases - Eli Gur - Pycon Israel 2017

337 views

8 years ago

EuroPython Conference
Raphael Pierzina - Advanced pytest

"Advanced pytest [EuroPython 2019 - Talk - 2019-07-11 - PyCharm] [Basel, CH] By Raphael Pierzina There are many reasons ...

53:29
Raphael Pierzina - Advanced pytest

10,604 views

6 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

Pulp
Testing Pulp Using the New Pytest Fixtures

In this developer-focused session, Pulp's Brian Bouterse will talk about using new Pytest Fixtures for better testing of Pulp. Slides: ...

30:07
Testing Pulp Using the New Pytest Fixtures

67 views

Streamed 4 years ago

Jacob Itegboje
Pumping Python for Beginners: A simple Test Driven Project

Do you want to build something but don't know where to start? Welcome to Pumping Python, my name is Jacob Itegboje and in ...

34:40
Pumping Python for Beginners: A simple Test Driven Project

68 views

1 year ago

HiRSE
HiRSE-Summer of Testing Part 2c: "Testing with Python" by Jakob Fritz

Testing your research software is an important step in the software development life cycle and should come before deployment ...

35:00
HiRSE-Summer of Testing Part 2c: "Testing with Python" by Jakob Fritz

197 views

2 years ago

Christian Drumm
Python for Beginners - Week 1 Unit 5 - Using if statements

... also the case in Python. Let's try something more complex. Is this statement true, of course not, it is False. And we can assert this ...

24:36
Python for Beginners - Week 1 Unit 5 - Using if statements

282 views

2 years ago

PythonPune
Effective and efficient use of pytest framework

https://pythonpune.in/event/july-pythonpune-meetup-2020/#effective-and-efficient-use-of-pytest-framework ...

42:45
Effective and efficient use of pytest framework

32 views

5 years ago

EuroPython Conference
Zac Hatfield Dodds - Stop Writing Tests!

Stop Writing Tests! [EuroPython 2021 - Talk - 2021-07-29 - Optiver] [Online] By Zac Hatfield Dodds We often think of manual ...

21:48
Zac Hatfield Dodds - Stop Writing Tests!

1,274 views

4 years ago

CodeRefinery
Software Testing - CodeRefinery May 2021

Software testing is a fundamental part of modern software development, and especially important for science since results should ...

1:10:26
Software Testing - CodeRefinery May 2021

31 views

4 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)

162 views

5 years ago