-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skip workflows if executed processes are not in the list of processes / process levels #10
Comments
How do we do with load_stac? If not present I should try to use an openEO collection with which name? |
In other tests I simply skipped tests that can't be fulfilled by the backend due to missing processes, unless a given processing level requires the process (then it should be reported as error). |
But then it would be impossible to test the SentinelHub back-end or any other back-end not yet supporting |
@m-mohr a couple of things:
|
You can of course also make it configurable to provide a collection ID, but if neither a collection ID nor load_stac is abailable, skip it with a notice. I also do it that way in my tests, feel free to check it for examples.
|
Implemented in the last commit: 39c9ec4 |
Workflow tests should only run if executed processes are in the list of processes / process levels, otherwise they should be skipped.
See fixtures
processes
andprocess_levels
.The text was updated successfully, but these errors were encountered: