Skip to content

Is there a way to allow connection in all tests and only block at specific? #114

Closed Answered by miketheman
Guy-Markman asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Guy-Markman !
Thanks for asking. The package provides pytest fixtures, that you can use to selectively disable network calls.
It would look something like this:

def test_something(socket_disabled):
    # do something in your test...

And that ought to prevent network calls!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Guy-Markman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants