minor: whitespace
This commit is contained in:
		
							parent
							
								
									d44e42ec15
								
							
						
					
					
						commit
						7da7b9610c
					
				|  | @ -54,6 +54,7 @@ def test_root_logger_affected(testdir): | |||
|         """ | ||||
|         import logging | ||||
|         logger = logging.getLogger() | ||||
| 
 | ||||
|         def test_foo(): | ||||
|             logger.info('info text ' + 'going to logger') | ||||
|             logger.warning('warning text ' + 'going to logger') | ||||
|  |  | |||
|  | @ -660,7 +660,6 @@ class TestTerminalFunctional(object): | |||
|         ) | ||||
| 
 | ||||
|     def test_verbose_reporting(self, verbose_testfile, testdir, pytestconfig): | ||||
| 
 | ||||
|         result = testdir.runpytest( | ||||
|             verbose_testfile, "-v", "-Walways::pytest.PytestWarning" | ||||
|         ) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue