-
-
Notifications
You must be signed in to change notification settings - Fork 50
Add similar mock #325
Copy link
Copy link
Closed
Labels
Description
I like this package, but now I need to only disable internet in part of my test - this way I can test if a certain caching method indeed prevents requests to pages, and thus will work when connection fails. I don't find in the docs if this is supported?
def some_test():
# This runs with internet
...
# This runs without
with no_internet:
....
# This should run with
...
Reactions are currently unavailable