simple teststest collectionsassert methodstest membershipTest fixturessetUpandtearDownmethods to test each testsetUpClassandtearDownClassto 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