Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 332 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 332 Bytes

A simple example of unit tests in python with unittest 🔬

Requeriments

Only do you need install unittest:

pip install unittest

How run the tests:

  • Run in the command line:
Python tests.py

Or

  • Run in the command line:
python -m unittest discover -s tests