Skip to content

Commit

Permalink
Merge pull request #3275 from maiksensi/docs/3209-add-logging-plugin
Browse files Browse the repository at this point in the history
Add logging plugin to plugins list
  • Loading branch information
nicoddemus authored Mar 4, 2018
2 parents 3b757b1 + 46f5d7a commit 07e768a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions _pytest/logging.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
""" Access and control log capturing. """
from __future__ import absolute_import, division, print_function

import logging
Expand Down
1 change: 1 addition & 0 deletions changelog/3209.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add logging plugin to plugins list.
1 change: 1 addition & 0 deletions doc/en/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07e768a

Please sign in to comment.