-
Notifications
You must be signed in to change notification settings - Fork 8
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
Endpoint tests with Sumo data #710
base: main
Are you sure you want to change the base?
Conversation
HansKallekleiv
commented
Sep 3, 2024
•
edited
Loading
edited
- Added new github actions workflow for testing against Sumo prod with shared key
- Added some endpoint tests for timeseries and explore
- Rewrote explore router to be similar as other routers
- Bump pytest and added pytest-timeout and pytest-asyncio plugins
- Removed non-working parameteraccess tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was there any conclusion on the issue of regarding PRs has to come from the equinor/webviz repository in order to run the endpoint test actions?
@@ -106,7 +106,7 @@ jobs: | |||
black --check primary/ tests/ | |||
pylint primary/ tests/ | |||
bandit --recursive primary/ | |||
mypy primary/ tests/ | |||
mypy primary/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is test-folder excluded now?