[svn r38219] looponfailing and exec are not so experimental
--HG-- branch : trunk
This commit is contained in:
		
							parent
							
								
									b175e90f26
								
							
						
					
					
						commit
						828ef252d0
					
				|  | @ -67,15 +67,15 @@ def adddefaultoptions(config): | ||||||
|         Option('', '--traceconfig', |         Option('', '--traceconfig', | ||||||
|                action="store_true", dest="traceconfig", default=False, |                action="store_true", dest="traceconfig", default=False, | ||||||
|                help="trace considerations of conftest.py files."), |                help="trace considerations of conftest.py files."), | ||||||
|     ) |  | ||||||
| 
 |  | ||||||
|     config._addoptions('EXPERIMENTAL options', |  | ||||||
|         Option('-f', '--looponfailing', |         Option('-f', '--looponfailing', | ||||||
|                action="store_true", dest="looponfailing", default=False, |                action="store_true", dest="looponfailing", default=False, | ||||||
|                help="loop on failing test set."), |                help="loop on failing test set."), | ||||||
|         Option('', '--exec', |         Option('', '--exec', | ||||||
|                action="store", dest="executable", default=None, |                action="store", dest="executable", default=None, | ||||||
|                help="python executable to run the tests with."), |                help="python executable to run the tests with."), | ||||||
|  |     ) | ||||||
|  | 
 | ||||||
|  |     config._addoptions('EXPERIMENTAL options', | ||||||
|         Option('-d', '--dist', |         Option('-d', '--dist', | ||||||
|                action="store_true", dest="dist", default=False, |                action="store_true", dest="dist", default=False, | ||||||
|                help="ad-hoc distribute tests across machines (requires conftest settings)"),  |                help="ad-hoc distribute tests across machines (requires conftest settings)"),  | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue