A proof of concept of the summing similarity measure.
Tests are run using pytest runner which runs both pytest and unittest tests.
# Ensure you install `test` dependencies before running tests.
python3 -m pip install -e .[test]
# Run tests.
pytest