Fix wrong formatting
This commit is contained in:
		
							parent
							
								
									3181718fe0
								
							
						
					
					
						commit
						d8c23fd39b
					
				|  | @ -123,7 +123,7 @@ To get all combinations of multiple parametrized arguments you can stack | |||
|     def test_foo(x, y): | ||||
|         pass | ||||
| 
 | ||||
| This will run the test with the arguments set to ``x=0/y=2``,``x=1/y=2``,  | ||||
| This will run the test with the arguments set to ``x=0/y=2``, ``x=1/y=2``,  | ||||
| ``x=0/y=3``, and ``x=1/y=3`` exhausting parameters in the order of the decorators. | ||||
| 
 | ||||
| .. _`pytest_generate_tests`: | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue