Skip to content

Latest commit

 

History

History
 
 

Test

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Unit tests

Tests are small pieces of code ensuring that a part of a program is working as expected. A unit test is a way of testing a unit - the smallest piece of code that can be logically isolated.

References

Objectives

During this session you will learn :

  1. What are unit tests
  2. Code and run unit tests in python with pytest.