Testing in Python

Speaker : François Durand
Nokia Bell Labs
Date: 29/01/2020
Time: 11:00 am - 12:00 pm
Location: Paris-Rennes Room (EIT Digital)

Abstract

Testing enables you to quickly detect when you break something in your code. Python has very convenient tools to do it, such as Doctest and Pytest. We will also say a few words about Unittest, Tox and Travis CI.

Slides.

GitHub Repo.