This commit is contained in:
		
							
								
								
									
										7
									
								
								test_bad.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								test_bad.py
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,7 @@
 | 
			
		||||
#  Adapted from the test_sample.py example in the pytest documentation
 | 
			
		||||
 | 
			
		||||
def inc(x):
 | 
			
		||||
    return x - 1
 | 
			
		||||
 | 
			
		||||
def test_answer():
 | 
			
		||||
    assert inc(3) == 4
 | 
			
		||||
		Reference in New Issue
	
	Block a user