#7138 Docs improvement: Apply indirect on particular arguments
This commit is contained in:
		
							parent
							
								
									5e7f1ab4bf
								
							
						
					
					
						commit
						dbfc629698
					
				| 
						 | 
					@ -389,16 +389,17 @@ The result of this test will be successful:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. code-block:: pytest
 | 
					.. code-block:: pytest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    $ pytest test_indirect_list.py --collect-only
 | 
					    $ pytest -v test_indirect_list.py
 | 
				
			||||||
    =========================== test session starts ============================
 | 
					    =========================== test session starts ============================
 | 
				
			||||||
    platform linux -- Python 3.x.y, pytest-5.x.y, py-1.x.y, pluggy-0.x.y
 | 
					    platform linux -- Python 3.x.y, pytest-5.x.y, py-1.x.y, pluggy-0.x.y
 | 
				
			||||||
    cachedir: $PYTHON_PREFIX/.pytest_cache
 | 
					    cachedir: $PYTHON_PREFIX/.pytest_cache
 | 
				
			||||||
    rootdir: $REGENDOC_TMPDIR
 | 
					    rootdir: $REGENDOC_TMPDIR
 | 
				
			||||||
    collected 1 item
 | 
					    collected 1 item
 | 
				
			||||||
    <Module test_indirect_list.py>
 | 
					 | 
				
			||||||
      <Function test_indirect[a-b]>
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    ========================== no tests ran in 0.12s ===========================
 | 
					    test_indirect_list.py::test_indirect[a-b] PASSED
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    ========================== 1 passed in 0.01s ===============================
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. regendoc:wipe
 | 
					.. regendoc:wipe
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue