mirror of
				https://github.com/qurator-spk/dinglehopper.git
				synced 2025-10-29 16:34:13 +01:00 
			
		
		
		
	🧹 dinglehopper: Remove debug print()s
This commit is contained in:
		
							parent
							
								
									12a48f3bfe
								
							
						
					
					
						commit
						d61c076aad
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -103,7 +103,5 @@ def test_lines_similar(): | ||||||
|         [SimilarString('This is a ljne.'), SimilarString('This is another'), SimilarString('J  u   n      k'), SimilarString('And the last line')] |         [SimilarString('This is a ljne.'), SimilarString('This is another'), SimilarString('J  u   n      k'), SimilarString('And the last line')] | ||||||
|     )) |     )) | ||||||
|     left, right = unzip(result) |     left, right = unzip(result) | ||||||
|     print(left) |  | ||||||
|     print(right) |  | ||||||
|     assert list(left)  == [SimilarString('This is a line.'), SimilarString('This is another'), None,                             SimilarString('And the last line')] |     assert list(left)  == [SimilarString('This is a line.'), SimilarString('This is another'), None,                             SimilarString('And the last line')] | ||||||
|     assert list(right) == [SimilarString('This is a ljne.'), SimilarString('This is another'), SimilarString('J  u   n      k'), SimilarString('And the last line')] |     assert list(right) == [SimilarString('This is a ljne.'), SimilarString('This is another'), SimilarString('J  u   n      k'), SimilarString('And the last line')] | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue