Python package to simulate internet failures for testing purposes.
This fork fix error in original repository. The library is working at 100%.
Installation
$ pip install internet-sabotage3
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
Release files for internet-sabotage3 0.1.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| internet-sabotage3-0.1.6.tar.gz | 4.6 kB | Details |
Release files / internet-sabotage3-0.1.6.tar.gz
| Download URL | internet-sabotage3-0.1.6.tar.gz |
|---|---|
| Size | 4.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c42a6ac3edf145500ceb0b57045385999958fe6565011ecad5bb96ad8848dccf
|
|
BLAKE2b-256 checksum How to use checksums |
ce649d63822630400216be5cf621f6292fea5980f065f1bd2b7eb24eaac0de4f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.0 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.7
|