Integration testing ======================= To support `integration testing `__ the unit tests in **cellmaps_coembedding** include a parallel set of tests reside in the existing test framework and can be activated if ``CELLMAPS_COEMBEDDING_INTEGRATION_TEST`` environment variable is set to any value: Example variable: .. code-block:: export CELLMAPS_COEMBEDDING_INTEGRATION_TEST="true" make test