Merge branch 'better_flag_names' into features
This commit is contained in:
		
						commit
						fa4d832507
					
				| 
						 | 
				
			
			@ -45,6 +45,10 @@
 | 
			
		|||
  found in the environment, even when -vv isn't used.
 | 
			
		||||
  Thanks `@The-Compiler`_ for the PR.
 | 
			
		||||
 | 
			
		||||
* ``--lf`` and ``--ff`` now support long names: ``--last-failed`` and
 | 
			
		||||
  ``--failed-first`` respectively.
 | 
			
		||||
  Thanks `@MichaelAquilina`_ for the PR.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
**Bug Fixes**
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -17,8 +17,8 @@ Usage
 | 
			
		|||
The plugin provides two command line options to rerun failures from the
 | 
			
		||||
last ``py.test`` invocation:
 | 
			
		||||
 | 
			
		||||
* ``--lf`` (last failures) - to only re-run the failures.
 | 
			
		||||
* ``--ff`` (failures first) - to run the failures first and then the rest of
 | 
			
		||||
* ``--lf``, ``--last-failed`` - to only re-run the failures.
 | 
			
		||||
* ``--ff``, ``--failed-first`` - to run the failures first and then the rest of
 | 
			
		||||
  the tests.
 | 
			
		||||
 | 
			
		||||
For cleanup (usually not needed), a ``--cache-clear`` option allows to remove
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue