Integration testing

To support integration testing the unit tests in cellmaps_image_embedding include a parallel set of tests reside in the existing test framework and can be activated if CELLMAPS_IMAGE_EMBEDDING_INTEGRATION_TEST environment variable is set to any value:

Example variable:

export CELLMAPS_IMAGE_EMBEDDING_INTEGRATION_TEST="true"
make test