This repository is just for me personally to get more familiar with Python.
Install required dependencies with pip.
pip install -r requirements.txt
Run the tests with pytest.
python -m pytest
# Run a particular test
python -m pytest -s test/test_observer_pattern.py
python -m pytest -s test/test_perfomance_comparison.py