fix help string for --paste
This commit is contained in:
		
							parent
							
								
									51d94a4a6e
								
							
						
					
					
						commit
						1bf1cfd07a
					
				|  | @ -11,7 +11,7 @@ def pytest_addoption(parser): | ||||||
|     group._addoption('--pastebin', metavar="mode", |     group._addoption('--pastebin', metavar="mode", | ||||||
|         action='store', dest="pastebin", default=None, |         action='store', dest="pastebin", default=None, | ||||||
|         type="choice", choices=['failed', 'all'], |         type="choice", choices=['failed', 'all'], | ||||||
|         help="send failed|all info to Pocoo pastebin service.") |         help="send failed|all info to bpaste.net pastebin service.") | ||||||
| 
 | 
 | ||||||
| def pytest_configure(__multicall__, config): | def pytest_configure(__multicall__, config): | ||||||
|     import tempfile |     import tempfile | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue