You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Alex Guziel (JIRA)" <ji...@apache.org> on 2017/02/10 21:25:41 UTC

[jira] [Resolved] (AIRFLOW-857) Use unittest.assert instead of assert

     [ https://issues.apache.org/jira/browse/AIRFLOW-857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Guziel resolved AIRFLOW-857.
---------------------------------
    Resolution: Fixed

> 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)