-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: 70 add portal collection homepage to /config #83
Conversation
@@ -843,6 +841,43 @@ def test_dataset_metadata_api_fails_gracefully_on_connection_failure(self, mock_ | |||
|
|||
self.assertEqual(result.status_code, HTTPStatus.BAD_REQUEST) | |||
|
|||
class TestConfigEndpoint(BaseTest): |
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.
Note that the tests in the other suites aren't independent, so adding this to an existing suite doesn't work (it causes other tests to fail). Rewriting this file to have independent tests would be great.
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.
Are you referring to the server config setup? or something else that prevents the test from being independent?
Codecov Report
@@ Coverage Diff @@
## main #83 +/- ##
=======================================
Coverage ? 71.82%
=======================================
Files ? 126
Lines ? 10086
Branches ? 0
=======================================
Hits ? 7244
Misses ? 2842
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
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.
lgtm
Reviewers
Functional:
@MDunitz @MillenniumFalconMechanic
Readability:
@seve
Ticket #70
Changes
/config
endpoint