simple tests
test collections
assert methods
test membership
Test fixtures
setUp
andtearDown
methods to test each testsetUpClass
andtearDownClass
to make class-level fixtures
I followed this resource: https://realpython.com/python-unittest/
Before starting remember to setup PYTHONPATH variable
export PYTHONPATH=/path/to/your/project:$PYTHONPATH