Disable network connection for Testing
Project description
Python package to simulate internet failures for testing purposes.
Instalation
$ pip install internet-sabotage
Usage
from internet_sabotage import no_connection with no_connection(): response = requests.get('http://httpbin.org/ip')
or
from internet_sabotage import no_connection @no_connection def test_something(): pass
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.