X Tutup
Skip to content

test: drop httmock dependency in test_gitlab.py#1787

Merged
JohnVillalovos merged 1 commit intomainfrom
test/drop-httmock
Dec 30, 2021
Merged

test: drop httmock dependency in test_gitlab.py#1787
JohnVillalovos merged 1 commit intomainfrom
test/drop-httmock

Conversation

@nejch
Copy link
Member

@nejch nejch commented Dec 30, 2021

Explicitly registering the responses inside the test cases ended up actually being a little less verbose than writing dedicated fixtures, and also helps with header cleanup in #1788 as well as reducing the code changes migrating from httmock.

Copy link
Member

@JohnVillalovos JohnVillalovos left a comment

Choose a reason for hiding this comment

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

Thanks. Looks good.

@JohnVillalovos JohnVillalovos merged commit c764bee into main Dec 30, 2021
@JohnVillalovos JohnVillalovos deleted the test/drop-httmock branch December 30, 2021 17:20
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.

2 participants

X Tutup