How to run unit tests
unit tests must follow the "test*.py" regex to be picked up
run " python .\tests\unit\test_example.py "
run " python -m unittest discover -s ./tests/unit "