pytest-single-file-logging 0.1.18

Creator: bradpython12

Last updated:

Add to Cart

Description:

pytestsinglefilelogging 0.1.18

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.