Merge pull request #3275 from maiksensi/docs/3209-add-logging-plugin
Add logging plugin to plugins list
This commit is contained in:
		
						commit
						07e768ab68
					
				| 
						 | 
					@ -1,3 +1,4 @@
 | 
				
			||||||
 | 
					""" Access and control log capturing. """
 | 
				
			||||||
from __future__ import absolute_import, division, print_function
 | 
					from __future__ import absolute_import, division, print_function
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import logging
 | 
					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.resultlog
 | 
				
			||||||
    _pytest.runner
 | 
					    _pytest.runner
 | 
				
			||||||
    _pytest.main
 | 
					    _pytest.main
 | 
				
			||||||
 | 
					    _pytest.logging
 | 
				
			||||||
    _pytest.skipping
 | 
					    _pytest.skipping
 | 
				
			||||||
    _pytest.terminal
 | 
					    _pytest.terminal
 | 
				
			||||||
    _pytest.tmpdir
 | 
					    _pytest.tmpdir
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue