mark tests: use better name of the test for #568
This commit is contained in:
		
							parent
							
								
									95b83958f4
								
							
						
					
					
						commit
						76756c0c0b
					
				| 
						 | 
					@ -420,8 +420,8 @@ class TestFunctional:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @pytest.mark.issue568
 | 
					    @pytest.mark.issue568
 | 
				
			||||||
    @pytest.mark.xfail(reason="markers smear, needs fixing")
 | 
					    @pytest.mark.xfail(reason="markers smear on methods of base classes")
 | 
				
			||||||
    def test_mark_decorator_subclass_does_not_propagate_to_base2(self, testdir):
 | 
					    def test_mark_should_not_pass_to_siebling_class(self, testdir):
 | 
				
			||||||
        p = testdir.makepyfile("""
 | 
					        p = testdir.makepyfile("""
 | 
				
			||||||
            import pytest
 | 
					            import pytest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue