Open-EO / openeo-gfmap

Generic framework for EO mapping applications building on openEO
Apache License 2.0
6 stars 1 forks source link

Separate unit tests and integration tests #160

Closed VincentVerelst closed 1 month ago

VincentVerelst commented 2 months ago

Currently it takes ca. 35 min to execute the tests on Jenkins. This can lead to late warnings of failing tests.

Can we separate the integration tests (which send actual batch jobs to the openeo backend)? This should significantly reduce the execution time of the unit tests.