Concurrently execute test cases with multithread, multiprocess and gevent
Project description
Concurrently execute pytest testing with multi-thread, multi-process and gevent
This Pytest plugin was generated with Cookiecutter along with @hackebrot’s Cookiecutter-pytest-plugin template.
Features
- Testing concurrently with pytest, using one of the three modes
Multiprocess (–concmode=mproc)
Multithread (–concmode=mthread)
Asynchronous Network with gevent (–concmode=asyncnet)
The ability to designate the amount of work to be used for testing
The ability to put your tests into separate groups
Requirements
Python2 version [2.7.*]
Python3 version [3.4+]
Make sure you have the latest version of pytest installed for your environment
Installation
You can install “pytest-concurrent” via pip from PyPI:
$ pip install pytest-concurrent
Usage
Use this plugin by running pytest normally and use –concmode [mode name]
[mode name] should be one of the following (mproc, mthread, or asyncnet)
Contributing
Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.
License
Distributed under the terms of the MIT license, “pytest-concurrent” is free and open source software
Issues
If you encounter any problems, please file an issue along with a detailed description.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file pytest_concurrent-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: pytest_concurrent-0.2.2-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b012417c2f0a1f433e4fe2131d9d47c6852ace8087143b62e383d3abc917274 |
|
MD5 | 1a7ee6ae7e8b97d9cc87330ed295383b |
|
BLAKE2b-256 | 077349b0eadb730df1ebc3148b4c720f00180d42a4cd35742886b19c2f1699fe |