Open-EO / openeo-gfmap

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

capfd usage in non-test code #19

Closed soxofaan closed 5 months ago

soxofaan commented 5 months ago

https://github.com/Open-EO/openeo-gfmap/blob/c69f60a70c56d43fb1d1843198061b042a9c7bd2/src/openeo_gfmap/backend.py#L32-L78

These connection factories support a capfd parameter, which is purely a pytest related thing and should not be dragged in the non-test part of the code. I think this should move to proper pytest fixtures

soxofaan commented 5 months ago

I'm going to drop the current capfd logic which is unused at the moment to simplify further work on #9