Skip to content

Add exported members test - #1179

Merged
jcugat merged 1 commit into
masterfrom
add_exported_members_test
Aug 15, 2020
Merged

Add exported members test#1179
jcugat merged 1 commit into
masterfrom
add_exported_members_test

Conversation

@jcugat

Copy link
Copy Markdown
Contributor

Taken from encode/httpcore#156
Added as a followup of #1177 (comment)

The test already spotted a couple of duplicate entries in the list 😉

Comment threadhttpx/__init__.py
"Auth",
"BasicAuth",
"Client",
"DigestAuth",

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

Duplicate DigestAuth

Comment threadhttpx/__init__.py
"QueryParams",
"Request",
"Response",
"DigestAuth",

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

Duplicate DigestAuth

Comment threadhttpx/__init__.py
"get",
"head",
"options",
"patch",

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

Duplicate patch

Comment threadhttpx/__init__.py
"options",
"patch",
"post",
"patch",

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

Duplicate patch

@jcugat
jcugat merged commit 842ccfa into masterAug 15, 2020
@jcugat
jcugat deleted the add_exported_members_test branch August 15, 2020 10:24
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@jcugat@j178@florimondmanca