Disable network requests during a test run.
Project description
pytest-blockage
Disable SMTP and HTTP requests during a test run.
Based mainly on https://github.com/andymckay/nose-blockage; source is available at https://github.com/rob-b/pytest-blockage
Installation
The plugin can be installed via pypi:
$ pip install pytest-blockage
Usage
To activate the plugin the --blockage parameter should be passed. e.g.:
$ py.test package --blockage
You can whitelist specific hosts:
$ py.test package --blockage --blockage-http-whitelist=some_site --blockage-smtp-whitelist=fake_smtp
Configuration
All settings can be stored in your pytest file, with the same variable names as the argument names mentioned under usage:
blockage=true blockage-http-whitelist=some_site blockage-smtp-whitelist=fake_smtp
Changelog
0.2.3 (2021-12-21)
FIX: sdist package was broken
0.2.2 (2019-02-13)
FIX: SMTP whitelisting works with python3 as well
0.2.1 (2018-12-01)
HTTP whitelisting
SMTP whitelisting
0.2.0 (2015-06-22)
Added python 3 support
0.1 (2013-05-11)
Initial Release
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pytest-blockage-0.2.4.tar.gz
.
File metadata
- Download URL: pytest-blockage-0.2.4.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7127b9251242dfce7acce3f9f619727d06d22368249289c9cd7396134133c9a8 |
|
MD5 | e717ea4f14ec97f2cf1d435a090fe321 |
|
BLAKE2b-256 | 582110240e4d3d94b04e0caf66164ff22ae2060483bd1d6fb935bacb5ef49ec8 |
File details
Details for the file pytest_blockage-0.2.4-py3-none-any.whl
.
File metadata
- Download URL: pytest_blockage-0.2.4-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b853f2259a290f079918cb886fb5f3e3fdd9e5e677d6aee60a580012daf9bf91 |
|
MD5 | f841a8ed4376d359ba27994c630437e7 |
|
BLAKE2b-256 | fb6b8f30fd11bf57cff94079d00fb1c80661d539bfb3e5b3ffa2a8217fea69c5 |