-
Notifications
You must be signed in to change notification settings - Fork 1
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
Integration tests #63
Comments
Idea to be covered: |
#76 added initial reporting tool for collection and process metadata merging issues. This should be integrated in the integration tests |
To start this task simple:
|
Minimal test implementations for GET /processes and GET /collections Issue #63
Check that GET /processes and GET /collections actually returned some processes or collections. Issue #63
Simplified and removed some unnecessary things from conftest.py. Better environment variable name: OPENEO_BACKEND_URL and default backend in run-integration-tests.sh . Issue #63
Moved a general paragraph about pytest options, as suggested in code review. Issue #63
Issue #63: add initial integration test skeleton
just merged initial skeleton of PR #104 next steps:
|
I've set up basic configs for running integration tests in jenkins (triggered at end of normal openeo-aggregator run) |
next step of working with authenticated connection is probably best done through: and getting client credentials from Vault (which will be easier than messing around with private repo's) |
From #52
We currently only have unit tests (some of which actually go pretty far to do integration test kind of checks against dummy back-ends), but it would be good if there was also a bit of real integration tests against real back-ends
The text was updated successfully, but these errors were encountered: