Skip to content

Latest commit

 

History

History
 
 

Tests-CI

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Unit tests and continuous integration

A python module is a set of python functions and statements that can be loaded.

References

Objectives

During this session you will learn how to:

  1. Code unit tests
  2. Use the pytest framework
  3. Use a basic CI framework