Merge pull request #3275 from maiksensi/docs/3209-add-logging-plugin

Add logging plugin to plugins list
This commit is contained in:
Bruno Oliveira 2018-03-03 23:17:05 -03:00 committed by GitHub
commit 07e768ab68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
""" Access and control log capturing. """
from __future__ import absolute_import, division, print_function
import logging

1
changelog/3209.doc.rst Normal file
View File

@ -0,0 +1 @@
Add logging plugin to plugins list.

View File

@ -148,6 +148,7 @@ in the `pytest repository <https://github.com/pytest-dev/pytest>`_.
_pytest.resultlog
_pytest.runner
_pytest.main
_pytest.logging
_pytest.skipping
_pytest.terminal
_pytest.tmpdir