a less silly way to check comparison results
This commit is contained in:
		
							parent
							
								
									4f2166c997
								
							
						
					
					
						commit
						dc3e39e95c
					
				|  | @ -314,6 +314,5 @@ class AssertionRewriter(ast.NodeVisitor): | ||||||
|                                 ast.Tuple(load_names, ast.Load()), |                                 ast.Tuple(load_names, ast.Load()), | ||||||
|                                 ast.Tuple(expls, ast.Load()), |                                 ast.Tuple(expls, ast.Load()), | ||||||
|                                 ast.Tuple(results, ast.Load())) |                                 ast.Tuple(results, ast.Load())) | ||||||
|         args = [ast.List(load_names, ast.Load())] |         res = ast.BoolOp(ast.And(), load_names) | ||||||
|         res = ast.Call(self.builtin("all"), args, [], None, None) |  | ||||||
|         return res, self.explanation_param(self.pop_format_context(expl_call)) |         return res, self.explanation_param(self.pop_format_context(expl_call)) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue