Alex Guziel created AIRFLOW-857:
-----------------------------------
Summary: Use unittest.assert instead of assert
Key: AIRFLOW-857
URL: https://issues.apache.org/jira/browse/AIRFLOW-857
Project: Apache Airflow
Issue Type: Improvement
Reporter: Alex Guziel
Assignee: Alex Guziel
Priority: MinorRight now, unit tests do something like `assert x == y` which gives less descriptive output in case of failure than `assertEqual(x, y)` -- This message was sent by Atlassian JIRA (v6.3.15#6346)
