assertEqual is a method provided by the Python testing framework called unittest. It is used to compare the values of two objects and raise an AssertionError if they ...
self.assertEqual(query_response.data["columns"][0]["type"], ColumnDataType.STRING) self.assertEqual(query_response.data["columns"][1]["type"], ColumnDataType.OBJECT ...