mirror of
				https://github.com/containers/podman.git
				synced 2025-11-04 17:07:20 +08:00 
			
		
		
		
	* Add configuration to add report header for python client used in tests * Move report headers into the individual test runners vs runner.sh Signed-off-by: Jhon Honce <jhonce@redhat.com>
		
			
				
	
	
		
			9 lines
		
	
	
		
			140 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			140 B
		
	
	
	
		
			Python
		
	
	
	
	
	
"""
 | 
						|
Configure pytest
 | 
						|
"""
 | 
						|
 | 
						|
 | 
						|
def pytest_report_header(config):
 | 
						|
    """Add header to report."""
 | 
						|
    return "python client -- requests library"
 |