Open-EO / openeo-test-suite

Test suite for validation of openEO back-ends against the openEO API specification
Apache License 2.0
0 stars 2 forks source link

better centralization of run options #30

Closed soxofaan closed 9 months ago

soxofaan commented 9 months ago

currently we have a pytest_addoption hook at src/openeo_test_suite/tests/conftest.py and documentation of most of these options at a deeper level src/openeo_test_suite/tests/processes/README.md.

Moreover, the pytest docs recommend to only use pytest_addoption at the toplevel conftest (which is at conftest.py now) or a plugin.