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.
currently we have a
pytest_addoption
hook atsrc/openeo_test_suite/tests/conftest.py
and documentation of most of these options at a deeper levelsrc/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.