connection
fixture confusion in processes/processing/conftest.py
#31
Labels
connection
fixture confusion in processes/processing/conftest.py
#31
openeo-test-suite/src/openeo_test_suite/tests/processes/processing/conftest.py
Lines 40 to 45 in 9bab024
This
connection
fixture at src/openeo_test_suite/tests/processes/processing/conftest.pyoverrides the fixture defined at src/openeo_test_suite/tests/conftest.py:
openeo-test-suite/src/openeo_test_suite/tests/conftest.py
Lines 115 to 116 in 9bab024
However the return type is changed from
openeo.Connection
toProcessTestRunner
, which might lead to problems and broken assumptions.e.g. I think my question/confusion at #27 is caused by this
How to fix this mismatch?
The text was updated successfully, but these errors were encountered: