Add logging plugin to plugins list

This commit is contained in:
Maik Figura 2018-03-03 23:50:13 +01:00
parent 3b757b1b8c
commit 30453057e8
No known key found for this signature in database
GPG Key ID: D1C49B744B15919A
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 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