Allow for multiple processes to log to a single file
Project description
Allow for multiple processes to log to a single file
This Pytest plugin was generated with Cookiecutter along with @hackebrot’s Cookiecutter-pytest-plugin template.
Features
Allows all workers created by xdist to log to the same configuration
Requirements
Pytest
gevent 1.1+
xdist
Installation
You can install “pytest-single_file_logging” via pip from PyPI:
$ pip install pytest-single_file_logging
Usage
A pytest fixture logger is provided by this plugin. Using the fixture is easy:
def test_warning_log(logger): logger.warning('this is your last warning!')
The standard library logging library is used with the logging configuration pulled from the –logconfig option. The supported format for the configuration file is json and dictconfig. Documentation of dictconfig is located here
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 Apache Software License 2.0 license, “pytest-single_file_logging” is free and open source software
Issues
If you encounter any problems, please file an issue along with a detailed description.
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.
Source Distributions
Built Distribution
File details
Details for the file pytest_single_file_logging-0.1.18-py3-none-any.whl
.
File metadata
- Download URL: pytest_single_file_logging-0.1.18-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 616604eb27fa7ca22129c99034637287bb5784b9cd7a78780b948bb8a02a4d9b |
|
MD5 | da8ff35bd97b74766d4878a61b36bb7d |
|
BLAKE2b-256 | ef2a7007b259994ab90c01d40837c8426cf8fe88657d8927cb8ef2b59b8b5760 |