Skip to main content

Allow for multiple processes to log to a single file

Project description

See Build Status on travis-ci Latest PyPi build

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page