mirror of
				https://github.com/thib8956/nginx-proxy
				synced 2025-11-04 02:59:20 +00:00 
			
		
		
		
	Merge pull request #2354 from SchoNie/Pytest-color
Pytest color terminal output
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
[pytest]
 | 
			
		||||
# disable the creation of the `.cache` folders
 | 
			
		||||
addopts = -p no:cacheprovider --ignore=requirements --ignore=certs -r s -v
 | 
			
		||||
addopts = -p no:cacheprovider --ignore=requirements --ignore=certs --color=yes -v
 | 
			
		||||
markers =
 | 
			
		||||
    incremental: mark a test as incremental.
 | 
			
		||||
    incremental: mark a test as incremental.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user