Add logging plugin to plugins list
This commit is contained in:
parent
3b757b1b8c
commit
30453057e8
|
@ -1,3 +1,4 @@
|
|||
""" Access and control log capturing. """
|
||||
from __future__ import absolute_import, division, print_function
|
||||
|
||||
import logging
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Add logging plugin to plugins list.
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue