[
https://issues.apache.org/jira/browse/AIRFLOW-857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on AIRFLOW-857 started by Alex Guziel.
-------------------------------------------
> 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: Minor
>
> Right 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)