fix the last committed laxation of a test
This commit is contained in:
		
							parent
							
								
									eb225456d7
								
							
						
					
					
						commit
						3004fe3915
					
				| 
						 | 
					@ -350,7 +350,7 @@ class TestInvocationVariants:
 | 
				
			||||||
        result = testdir.runpytest("--pyargs", "tpkg.test_hello")
 | 
					        result = testdir.runpytest("--pyargs", "tpkg.test_hello")
 | 
				
			||||||
        assert result.ret != 0
 | 
					        assert result.ret != 0
 | 
				
			||||||
        result.stderr.fnmatch_lines([
 | 
					        result.stderr.fnmatch_lines([
 | 
				
			||||||
            "*file*not*found*test_hello",
 | 
					            "*file*not*found*test_hello*",
 | 
				
			||||||
        ])
 | 
					        ])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def test_cmdline_python_package_not_exists(self, testdir):
 | 
					    def test_cmdline_python_package_not_exists(self, testdir):
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue