Testing in Python

Speaker : Maxime Mouchet
LIP6
Date: 15/12/2021
Time: 11:00 am - 12:00 pm
Location: Paris-Rennes Room (EIT Digital)

Abstract

Thanks to its dynamic nature, it is extremely easy to prototype code with Python.
However, this also means that it is difficult to catch errors before executing the program.
Software tests allow to automatically check the behavior of a program, thus freeing time for the developer, and increasing the confidence in the correctness of the program.
In this session we will discuss the test facilities provided by Python, to write robust and self-documenting code.

Slides

Progress sheet