for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
# import pytest
#
# def test_clustering_creation(som, nb_clusters, evaluation, acceptable_threshold, so_magic):
# clustering = so_magic.cluster.factory.create_clustering(som, nb_clusters)
# assert acceptable_threshold < evaluation(clustering)