Rename test method and reference issue
This commit is contained in:
		
							parent
							
								
									feb7a5f0d1
								
							
						
					
					
						commit
						6b26f0f890
					
				| 
						 | 
					@ -296,7 +296,8 @@ def test_setup_show_with_KeyboardInterrupt_in_test(testdir):
 | 
				
			||||||
    assert result.ret == ExitCode.INTERRUPTED
 | 
					    assert result.ret == ExitCode.INTERRUPTED
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def test_parametrize_no_comparing_bytearray_error(testdir):
 | 
					def test_show_fixture_action_with_bytearrays(testdir):
 | 
				
			||||||
 | 
					    # Issue 7126, BytesWarning when using --setup-show with bytes parameter
 | 
				
			||||||
    test_file = testdir.makepyfile(
 | 
					    test_file = testdir.makepyfile(
 | 
				
			||||||
        """
 | 
					        """
 | 
				
			||||||
        import pytest
 | 
					        import pytest
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue