Skip to content

Add _return_raw_response to api module#461

Merged
zippolyte merged 2 commits intomasterfrom
hippo/rrr
Oct 16, 2019
Merged

Add _return_raw_response to api module#461
zippolyte merged 2 commits intomasterfrom
hippo/rrr

Conversation

@zippolyte
Copy link
Copy Markdown
Contributor

Fixes #460

@zippolyte zippolyte requested a review from a team as a code owner October 11, 2019 09:17
@zippolyte
Copy link
Copy Markdown
Contributor Author

/azp run DataDog.datadogpy.integration

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Copy Markdown
Contributor

@gzussa gzussa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding a test. 💯 However in this case, I wonder if it actually makes sense.

"""
Test all the default setting are properly set before calling initialize
"""
from datadog.api import (
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not really convinced by the usefulness of this test. It won't prevent anyone to not add settings in the init later. What do you think?

Copy link
Copy Markdown
Contributor

@gzussa gzussa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At least, it checks default value so 🚢

@zippolyte zippolyte merged commit ebb8094 into master Oct 16, 2019
@zippolyte zippolyte deleted the hippo/rrr branch October 16, 2019 07:56
dabcoder pushed a commit to dabcoder/datadogpy that referenced this pull request Oct 25, 2019
dabcoder pushed a commit to dabcoder/datadogpy that referenced this pull request Nov 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

api_client.py imports non-existent field from api

3 participants