Skip to content

Commit

Permalink
Add logging plugin to plugins list
Browse files Browse the repository at this point in the history
  • Loading branch information
maiksensi committed Mar 3, 2018
1 parent 3b757b1 commit 3045305
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
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 3045305

Please sign in to comment.